pub unsafe extern "C" fn TLSConfiguration_enableSessionResumption(
self_: TLSConfiguration,
enable: bool,
)Expand description
enable or disable TLS session resumption (default: enabled)
NOTE: Depending on the used TLS version this is implemented by session IDs or by session tickets.
ยงArguments
enable- true to enable session resumption, false otherwise