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:
Dmitri Tikhonov 2021-03-31 09:38:32 -04:00
parent f3690fdcbf
commit eea998962a
19 changed files with 3129 additions and 49 deletions

View file

@ -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 ---------------------------------------------------

View file

@ -65,8 +65,8 @@ Contents
gettingstarted
tutorial
apiref
internals
devel
internals
faq
Indices and tables

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB