1.10.2: Don't go over limit when creating delayed streams

This commit is contained in:
Dmitri Tikhonov 2018-08-09 10:04:52 -04:00
parent 81a42a854f
commit c6457e4258
4 changed files with 59 additions and 17 deletions

View file

@ -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