[#SSL_SESSION_get_max_fragment_length] = SSL_SESSION_get_max_fragment_length :mrdocs: Return the Maximum Fragment Length extension mode negotiated for a session. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint8_t SSL_SESSION_get_max_fragment_length(xref:SSL_SESSION.adoc[SSL_SESSION] const* sess); ---- == Return Value One of TLSEXT_max_fragment_length_* (including TLSEXT_max_fragment_length_DISABLED when unset or unsupported). == Parameters [cols="1,4"] |=== | Name| Description | *sess* | SSL session to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#