pub unsafe extern "C" fn s2n_connection_add_new_tickets_to_send(
    conn: *mut s2n_connection,
    num: u8
) -> c_int
Expand description

Increases the number of session tickets to send after a >=TLS1.3 handshake.

@param conn A pointer to the connection object. @param num The number of additional session tickets to send. @returns S2N_SUCCESS on success. S2N_FAILURE on failure