mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.24.5
- [FEATURE] Improve Delayed ACKs extension and turn it on by default. - Limit receive history to a finite amount of memory.
This commit is contained in:
parent
8e6b1576b4
commit
f38b395a31
21 changed files with 525 additions and 113 deletions
|
@ -743,9 +743,6 @@ settings structure:
|
|||
|
||||
Enable delayed ACKs extension. Allowed values are 0 and 1.
|
||||
|
||||
**Warning**: this is an experimental feature. Using it will most likely
|
||||
lead to degraded performance.
|
||||
|
||||
Default value is :macro:`LSQUIC_DF_DELAYED_ACKS`
|
||||
|
||||
.. member:: int es_timestamps
|
||||
|
@ -1036,7 +1033,7 @@ out of date. Please check your :file:`lsquic.h` for actual values.*
|
|||
|
||||
.. macro:: LSQUIC_DF_DELAYED_ACKS
|
||||
|
||||
Delayed ACKs are off by default.
|
||||
The Delayed ACKs extension is on by default.
|
||||
|
||||
.. macro:: LSQUIC_DF_MAX_UDP_PAYLOAD_SIZE_RX
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# The short X.Y version
|
||||
version = u'2.24'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.24.4'
|
||||
release = u'2.24.5'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue