Disable session resumption by default

https://github.com/v2fly/v2ray-core/issues/557#issuecomment-751962569
This commit is contained in:
RPRX 2021-01-01 11:33:09 +00:00 committed by GitHub
parent c41a1a56fe
commit 7df135a5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 74 additions and 74 deletions

View file

@ -37,8 +37,8 @@ message Config {
// Lists of string as ALPN values.
repeated string next_protocol = 4;
// Whether or not to disable session (ticket) resumption.
bool disable_session_resumption = 5;
// Whether or not to enable session (ticket) resumption.
bool enable_session_resumption = 5;
// If true, root certificates on the system will not be loaded for
// verification.