mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
fb73393fef
- [FEATURE] QUIC and HTTP/3 Internet Draft 28 support. - [BUGFIX] Ignore Retry packets after other packets are decrypted successfully. - [BUGFIX] Transport parameter decoding: CID no longer has 4-byte length minimum. - http_client: fix and optimize lsxpack_header allocator. - Drop support for Internet Draft 25.
46 lines
1.2 KiB
ReStructuredText
46 lines
1.2 KiB
ReStructuredText
LSQUIC Documentation
|
|
====================
|
|
|
|
This is the documentation for LSQUIC_ |release|, last updated |today|.
|
|
|
|
LiteSpeed QUIC (LSQUIC) Library is an open-source implementation of QUIC
|
|
and HTTP/3 functionality for servers and clients. LSQUIC is:
|
|
|
|
- fast;
|
|
|
|
- flexible; and
|
|
|
|
- production-ready.
|
|
|
|
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-27, and ID-28.
|
|
Support for newer versions will be added soon after they are released.
|
|
|
|
LSQUIC is licensed under the `MIT License`_; see LICENSE in the source
|
|
distribution for details.
|
|
|
|
.. _LSQUIC: https://github.com/litespeedtech/lsquic
|
|
.. _`MIT License`: http://www.opensource.org/licenses/mit-license.php
|
|
.. _`LiteSpeed Web Server`: https://www.litespeedtech.com/products/litespeed-web-server/
|
|
.. _`LiteSpeed Web ADC`: https://www.litespeedtech.com/products/litespeed-web-adc/
|
|
.. _OpenLiteSpeed: https://openlitespeed.org/
|
|
|
|
Contents
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
gettingstarted
|
|
tutorial
|
|
apiref
|
|
internals
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|