mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.18.1
- [FEATURE] Implement the "QUIC bit grease" extension. - [BUGFIX] Selecting CID used for logging on client. - [BUGFIX] Header protection assertion. - [BUGFIX] Server: enable SSL key logging when cert lookup callback is not set. - Remove some dead code.
This commit is contained in:
parent
67507cc4b6
commit
692a91022d
13 changed files with 82 additions and 16 deletions
|
@ -1920,6 +1920,11 @@ set_engine_option (struct lsquic_engine_settings *settings,
|
|||
settings->es_allow_migration = atoi(val);
|
||||
return 0;
|
||||
}
|
||||
if (0 == strncmp(name, "grease_quic_bit", 15))
|
||||
{
|
||||
settings->es_grease_quic_bit = atoi(val);
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 16:
|
||||
if (0 == strncmp(name, "proc_time_thresh", 16))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue