mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.10.5
- [BUGFIX] BBR: call cci_sent() with correct arguments and at correct time. - Refactor transport parameters module. - Minor code cleanup.
This commit is contained in:
parent
e68b045258
commit
1bdb91d191
12 changed files with 460 additions and 458 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 10
|
||||
#define LSQUIC_PATCH_VERSION 4
|
||||
#define LSQUIC_PATCH_VERSION 5
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
@ -757,7 +757,6 @@ struct lsquic_engine_settings {
|
|||
* 0: Do not use loss bits
|
||||
* 1: Allow loss bits
|
||||
* 2: Allow and send loss bits
|
||||
* -1: Allow and send loss bits, sending old-style boolean loss_bits TP
|
||||
*
|
||||
* Default value is @ref LSQUIC_DF_QL_BITS
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue