mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Update version to 2.12.3
This commit is contained in:
parent
780fa2c574
commit
1fbdbcee1d
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2020-05-06
|
||||||
|
- 2.12.3
|
||||||
|
- [BUGFIX] Fix amplification mitigation in 0-RTT case.
|
||||||
|
- [BUGFIX] IETF mini connection should not tickable if cannot send
|
||||||
|
a packet due to amplification.
|
||||||
|
|
||||||
2020-04-17
|
2020-04-17
|
||||||
- 2.12.2
|
- 2.12.2
|
||||||
- [BUGFIX] Place connections on tickable queue when sending is reenabled.
|
- [BUGFIX] Place connections on tickable queue when sending is reenabled.
|
||||||
|
|
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = u'2.12'
|
version = u'2.12'
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = u'2.12.2'
|
release = u'2.12.3'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
|
@ -25,7 +25,7 @@ extern "C" {
|
||||||
|
|
||||||
#define LSQUIC_MAJOR_VERSION 2
|
#define LSQUIC_MAJOR_VERSION 2
|
||||||
#define LSQUIC_MINOR_VERSION 12
|
#define LSQUIC_MINOR_VERSION 12
|
||||||
#define LSQUIC_PATCH_VERSION 2
|
#define LSQUIC_PATCH_VERSION 3
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Engine flags:
|
* Engine flags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue