Blob Blame History Raw




@deftypefun {size_t} {gnutls_record_get_max_early_data_size} (gnutls_session_t @var{session})
@var{session}: is a @code{gnutls_session_t}  type.

This function returns the maximum early data size in this connection.
This property can only be set to servers.  The client may be
provided with the maximum allowed size through the "early_data"
extension of the NewSessionTicket handshake message.

@strong{Returns:} The maximum early data size in this connection.

@strong{Since:} 3.6.5
@end deftypefun