1gnutls_record_set_max_recv_size(3) gnutls gnutls_record_set_max_recv_size(3)
2
3
4
6 gnutls_record_set_max_recv_size - API function
7
9 #include <gnutls/gnutls.h>
10
11 ssize_t gnutls_record_set_max_recv_size(gnutls_session_t session,
12 size_t size);
13
15 gnutls_session_t session
16 is a gnutls_session_t type.
17
18 size_t size is the new size
19
21 This function sets the maximum amount of plaintext received in a record
22 in this connection.
23
24 The limit is also negotiated through a TLS extension called 'record
25 size limit'. Note that while the 'record size limit' extension is pre‐
26 ferred, not all TLS implementations use or even understand the exten‐
27 sion.
28
30 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
31 ror code is returned.
32
34 3.6.8
35
37 Report bugs to <bugs@gnutls.org>.
38 Home page: https://www.gnutls.org
39
40
42 Copyright © 2001- Free Software Foundation, Inc., and others.
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright no‐
45 tice and this notice are preserved.
46
48 The full documentation for gnutls is maintained as a Texinfo manual.
49 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
50 visit
51
52 https://www.gnutls.org/manual/
53
54gnutls 3.7.2 gnutls_record_set_max_recv_size(3)