mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
afe3d36359
- [FEATURE] QUIC timestamps extension. - [API] New: ea_alpn that is used when not in HTTP mode. - [BUGFIX] SNI is mandatory only for HTTP/3 and gQUIC. - [BUGFIX] Benign double-free -- issue #110. - [BUGFIX] Printing of transport parameters.
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-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
|
|
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`
|