pub unsafe extern "C" fn s2n_config_set_initial_ticket_count(
    config: *mut s2n_config,
    num: u8
) -> i32
Expand description

Sets the initial number of session tickets to send after a >=TLS1.3 handshake. The default value is one ticket.

@param config A pointer to the config object. @param num The number of session tickets that will be sent. @returns S2N_SUCCESS on success. S2N_FAILURE on failure