Release 2.24.2

- [BUGFIX] Allow peer to migrate when its SCID is zero-length.
- [BUGFIX] PADDING size calculation: only one Short packet can be
  coalesced.  (This should have been part of the fix in 2.24.1).
- Abort connect if received NEW_CONNECTION_ID but current DCID is
  zero-length.
- Improve log messages
This commit is contained in:
Dmitri Tikhonov 2020-11-05 11:01:46 -05:00
parent e85d2854d3
commit ee4d393028
7 changed files with 40 additions and 16 deletions

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.24'
# The full version, including alpha/beta/rc tags
release = u'2.24.1'
release = u'2.24.2'
# -- General configuration ---------------------------------------------------