Release 2.19.4

- [BUGFIX] Do not return an oversize MTU probe to connection twice.
- [FEATURE] Delayed Acks updated to latest draft.  Still experimental.
- Minor code cleanup in IETF full connection.
This commit is contained in:
Dmitri Tikhonov 2020-08-06 12:56:08 -04:00
parent d39df4b619
commit 3a5376727e
7 changed files with 89 additions and 24 deletions

View file

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