Function s2n_quic::provider::tls::default::ffi::s2n_session_ticket_get_lifetime

source ยท
pub unsafe extern "C" fn s2n_session_ticket_get_lifetime(
    ticket: *mut s2n_session_ticket,
    session_lifetime: *mut u32,
) -> i32
Expand description

Gets the lifetime in seconds of the session ticket from a session ticket object.

@param ticket Pointer to the session ticket object. @param session_lifetime Pointer to a variable where the lifetime of the session ticket will be stored.