mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
1.10.2: Don't go over limit when creating delayed streams
This commit is contained in:
parent
81a42a854f
commit
c6457e4258
4 changed files with 59 additions and 17 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 1
|
||||
#define LSQUIC_MINOR_VERSION 10
|
||||
#define LSQUIC_PATCH_VERSION 1
|
||||
#define LSQUIC_PATCH_VERSION 2
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
@ -110,6 +110,11 @@ enum lsquic_version
|
|||
|
||||
#define LSQUIC_DEPRECATED_VERSIONS 0
|
||||
|
||||
/**
|
||||
* List of version in which the server does not include CID in short packets.
|
||||
*/
|
||||
#define LSQUIC_FORCED_TCID0_VERSIONS 0
|
||||
|
||||
/**
|
||||
* @struct lsquic_stream_if
|
||||
* @brief The definition of callback functions call by lsquic_stream to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue