mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.20.1
- [BUGFIX] Typo in new "validate peer addr by DCID" code. It is a benign bug (works either way), but better to fix it. - Simplify Stream Priority Iterator (SPI). - Minor documentation updates.
This commit is contained in:
parent
b1a7c3f944
commit
cd35ff02ed
10 changed files with 28 additions and 74 deletions
|
@ -25,7 +25,7 @@ extern "C" {
|
|||
|
||||
#define LSQUIC_MAJOR_VERSION 2
|
||||
#define LSQUIC_MINOR_VERSION 20
|
||||
#define LSQUIC_PATCH_VERSION 0
|
||||
#define LSQUIC_PATCH_VERSION 1
|
||||
|
||||
/**
|
||||
* Engine flags:
|
||||
|
@ -82,7 +82,7 @@ enum lsquic_version
|
|||
LSQVER_ID27,
|
||||
|
||||
/**
|
||||
* IETF QUIC Draft-28
|
||||
* IETF QUIC Draft-28; this version is deprecated.
|
||||
*/
|
||||
LSQVER_ID28,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue