mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.19.0
- [FEATURE] DPLPMTUD support. IETF connections now search for the maximum packet size, improving throughput. - [DEBUG] Record event in stream history when on_close() is called in dtor.
This commit is contained in:
parent
b329a00e5e
commit
b8fa619567
46 changed files with 3629 additions and 854 deletions
|
@ -140,8 +140,8 @@ prog_print_common_options (const struct prog *prog, FILE *out)
|
|||
#if LSQUIC_DONTFRAG_SUPPORTED
|
||||
" -D Do not set `do not fragment' flag on outgoing UDP packets\n"
|
||||
#endif
|
||||
" -z BYTES Maximum size of outgoing UDP packets. The default is 1370\n"
|
||||
" bytes for IPv4 socket and 1350 bytes for IPv6 socket\n"
|
||||
" -z BYTES Maximum size of outgoing UDP packets (client only).\n"
|
||||
" Overrides -o base_plpmtu.\n"
|
||||
" -L LEVEL Log level for all modules. Possible values are `debug',\n"
|
||||
" `info', `notice', `warn', `error', `alert', `emerg',\n"
|
||||
" and `crit'.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue