update documentation
This commit is contained in:
parent
ae783f8273
commit
f526b57daa
|
|
@ -812,11 +812,12 @@ pub enum TicketKeyCallbackResult {
|
||||||
|
|
||||||
/// Continue with a full handshake.
|
/// Continue with a full handshake.
|
||||||
///
|
///
|
||||||
/// The peer supplied session ticket was not recognized.
|
/// When in decryption mode, this indicates that the peer supplied session ticket was not
|
||||||
|
/// recognized. When in encryption mode, this instructs boring to not send a session ticket.
|
||||||
///
|
///
|
||||||
/// # Note
|
/// # Note
|
||||||
///
|
///
|
||||||
/// This is a decryption specific status code.
|
/// This is a decryption specific status code when using the submoduled BoringSSL.
|
||||||
Noop,
|
Noop,
|
||||||
|
|
||||||
/// Resumption callback was successful.
|
/// Resumption callback was successful.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue