mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.29.6
- Documentation: describe lsquic internals ("guts"). - Two more fixes to compliance issues found by h3spec. - Truncate, don't abort, SCIDs larger than 16 bytes (PR #244). - Several small internal improvements and space optimizations.
This commit is contained in:
parent
f3690fdcbf
commit
eea998962a
19 changed files with 3129 additions and 49 deletions
|
@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
|
|||
# The short X.Y version
|
||||
version = u'2.29'
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.29.5'
|
||||
release = u'2.29.6'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -65,8 +65,8 @@ Contents
|
|||
gettingstarted
|
||||
tutorial
|
||||
apiref
|
||||
internals
|
||||
devel
|
||||
internals
|
||||
faq
|
||||
|
||||
Indices and tables
|
||||
|
|
3051
docs/internals.rst
3051
docs/internals.rst
File diff suppressed because it is too large
Load diff
BIN
docs/lsquic-packet-queues.png
Normal file
BIN
docs/lsquic-packet-queues.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
docs/rechist-linked-list.png
Normal file
BIN
docs/rechist-linked-list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
docs/rechist-memory-layout.png
Normal file
BIN
docs/rechist-memory-layout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
docs/stream-http3-framing.png
Normal file
BIN
docs/stream-http3-framing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue