Wilfred Mallawa commented on a discussion on lib/ext/record_size_limit.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1989#note_2640197789 > + > +/** > + * gnutls_record_get_record_size_limit: > + * @session: is a #gnutls_session_t type. > + * @size: is the new size > + * > + * Get the max record send size. The maximum record send size is > + * advertised by the server during a handshake. > + * > + * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, > + * If the server record size limit is not specified an error > + * is returned. > + * > + * Since: 3.8.10 > + **/ > +int gnutls_record_get_record_size_limit(gnutls_session_t session, size_t > *size) @dueno thanks for the suggestions! I have applied those changes. Let me know if you have any further thoughts on this. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1989#note_2640197789 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list Gnutls-devel@lists.gnutls.org http://lists.gnupg.org/mailman/listinfo/gnutls-devel