mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.11.0
- [FEATURE] QUIC and HTTP/3 Internet Draft 27 support. - [FEATURE] Add experimental delayed ACKs extension. - Drop support for Internet Draft 24. - Code cleanup.
This commit is contained in:
parent
feca77f50d
commit
bc520ef752
38 changed files with 626 additions and 7729 deletions
|
@ -46,13 +46,13 @@ developed by the IETF. Both types are included in a single enum:
|
|||
|
||||
Google QUIC version Q050
|
||||
|
||||
.. member:: LSQVER_ID24
|
||||
|
||||
IETF QUIC version ID (Internet-Draft) 24
|
||||
|
||||
.. member:: LSQVER_ID25
|
||||
|
||||
IETF QUIC version ID 25
|
||||
IETF QUIC version ID (Internet-Draft) 25
|
||||
|
||||
.. member:: LSQVER_ID27
|
||||
|
||||
IETF QUIC version ID 27
|
||||
|
||||
.. member:: N_LSQVER
|
||||
|
||||
|
|
|
@ -24,9 +24,9 @@ copyright = u'2020, LiteSpeed Technologies'
|
|||
author = u'LiteSpeed Technologies'
|
||||
|
||||
# The short X.Y version
|
||||
version = u'2.10'
|
||||
version = u'2.11'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.10.6'
|
||||
release = u'2.11.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -19,7 +19,7 @@ Most of the code in this distribution has been used in our own products
|
|||
-- `LiteSpeed Web Server`_, `LiteSpeed Web ADC`_, and OpenLiteSpeed_ --
|
||||
since 2017.
|
||||
|
||||
Currently supported QUIC versions are Q043, Q046, Q050, ID-24, and ID-25.
|
||||
Currently supported QUIC versions are Q043, Q046, Q050, ID-25, and ID-27.
|
||||
Support for newer versions will be added soon after they are released.
|
||||
|
||||
LSQUIC is licensed under the `MIT License`_; see LICENSE in the source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue