Release 2.23.3

- [BUGFIX] Update packetization threshold when writing to stream
  after packet size is reduced following an RTO.
This commit is contained in:
Dmitri Tikhonov 2020-10-22 15:12:04 -04:00
parent ce96fe8cf5
commit 078f53798c
5 changed files with 109 additions and 5 deletions

View file

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