Release 2.16.3

- [OPTIMIZATION] Stash up to two reordered packets in IETF mini conn
  instead of dropping them.
- [BUGFIX] Crash: check decrypt context before using it.  This regression
  was introduced in 2.16.2.
This commit is contained in:
Dmitri Tikhonov 2020-06-15 16:34:30 -04:00
parent f913a2972b
commit 307ca7fe50
6 changed files with 56 additions and 15 deletions

View file

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