mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.29.0
- [FEATURE] QUIC and HTTP/3 Internet Draft 34 support and v1 support. The latter is turned off by default. - Drop support for ID-28 and ID-32. - [BUGFIX] IETF QUIC mini conn receive history (trechist): allow unlimited inserts by dropping smallest elements. - [BUGFIX] gQUIC: set STTL to correct value, issue #226. - [BUGFIX] Account for poison packet gap when MTU probe was too large.
This commit is contained in:
parent
ac0ce07bd0
commit
26e8f082c9
29 changed files with 411 additions and 178 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2021-02-10
|
||||
- 2.29.0
|
||||
- [FEATURE] QUIC and HTTP/3 Internet Draft 34 support and v1 support.
|
||||
The latter is turned off by default.
|
||||
- Drop support for ID-28 and ID-32.
|
||||
- [BUGFIX] IETF QUIC mini conn receive history (trechist): allow
|
||||
unlimited inserts by dropping smallest elements.
|
||||
- [BUGFIX] gQUIC: set STTL to correct value, issue #226.
|
||||
- [BUGFIX] Account for poison packet gap when MTU probe was too large.
|
||||
|
||||
2021-02-03
|
||||
- 2.28.0
|
||||
- [API] lsquic_ssl_sess_to_resume_info() is the new way to get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue