pub unsafe extern "C" fn s2n_config_set_session_tickets_onoff(
    config: *mut s2n_config,
    enabled: u8
) -> c_int
Expand description

Enable or disable session resumption using session ticket.

@param config The configuration object being updated @param enabled The configuration object being updated. Set to 1 to enable. Set to 0 to disable. @returns S2N_SUCCESS on success. S2N_FAILURE on failure