Blame doc/functions/gnutls_record_get_max_early_data_size

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {size_t} {gnutls_record_get_max_early_data_size} (gnutls_session_t @var{session})
Packit aea12f
@var{session}: is a @code{gnutls_session_t}  type.
Packit aea12f
Packit aea12f
This function returns the maximum early data size in this connection.
Packit aea12f
This property can only be set to servers.  The client may be
Packit aea12f
provided with the maximum allowed size through the "early_data"
Packit aea12f
extension of the NewSessionTicket handshake message.
Packit aea12f
Packit aea12f
@strong{Returns:} The maximum early data size in this connection.
Packit aea12f
Packit aea12f
@strong{Since:} 3.6.5
Packit aea12f
@end deftypefun