Release 2.19.6

- Don't process incoming ECN marks if ECN is not enabled.
- Schedule ACK when incoming packet is marked with CE.
This commit is contained in:
Dmitri Tikhonov 2020-08-20 14:02:51 -04:00
parent 5488f41efa
commit 93e1e886ef
5 changed files with 29 additions and 7 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.5'
release = u'2.19.6'
# -- General configuration ---------------------------------------------------