Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_record_get_max_size(3) [suse man page]

gnutls_record_get_max_size(3)					      gnutls					     gnutls_record_get_max_size(3)

NAME
gnutls_record_get_max_size - returns the maximum record size SYNOPSIS
#include <gnutls/gnutls.h> size_t gnutls_record_get_max_size(gnutls_session_t session); ARGUMENTS
gnutls_session_t session is a gnutls_session_t structure. DESCRIPTION
Get the record size. The maximum record size is negotiated by the client after the first handshake message. RETURNS
The maximum record packet size in this connection. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_record_get_max_size(3)

Check Out this Related Man Page

gnutls_certificate_type_get(3)					      gnutls					    gnutls_certificate_type_get(3)

NAME
gnutls_certificate_type_get - Returns the currently used certificate type. SYNOPSIS
#include <gnutls/gnutls.h> gnutls_certificate_type_t gnutls_certificate_type_get(gnutls_session_t session); ARGUMENTS
gnutls_session_t session is a gnutls_session_t structure. DESCRIPTION
The certificate type is by default X.509, unless it is negotiated as a TLS extension. RETURNS
the currently used gnutls_certificate_type_t certificate type. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_certificate_type_get(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Create file with fixed record size

Hello all, Linux - Is there any way of creating a new file and determining its record size upon creation? open() and creat() do not refer to record size. Thanks... (2 Replies)
Discussion started by: klafte
2 Replies

2. UNIX for Dummies Questions & Answers

How to increase the maximum record length

Hi, I need to create a file of record length more than 300 characters. But in my unix box, i am able to create a file only with a maximum of 256 characters per record. Is there anyway i can create a file with more than 300 characters in this case? Or How to increase the maximum record... (1 Reply)
Discussion started by: mahish20
1 Replies

3. Shell Programming and Scripting

Get the file name file size record count a file

Hi I want to find file size and record count for a file in same line. Thanks (2 Replies)
Discussion started by: dgmm
2 Replies