use session ticket by default for rustls server

This commit is contained in:
Zhang Jingqiang 2024-07-02 11:47:00 +08:00
parent 7988e2f802
commit 47f8598196
12 changed files with 129 additions and 44 deletions

View file

@ -593,15 +593,15 @@ The map is consists of the following fields:
**default**: disabled
* use_session_ticket
* no_session_ticket
**optional**, **type**: bool
Set if we should enable TLS session ticket to do stateless TLS Session Resumption.
Set if we should disable TLS session ticket (stateless session resumption by Session Ticket).
.. versionchanged:: 1.7.28
**default**: false
**default**: disabled
.. versionadded:: 1.9.4
* no_session_cache