Fixed bug #28098: Nagle can prevent fast retransmit from sending segment by basing the nagle-decision on TF_INFR also

This commit is contained in:
goldsimon
2009-11-26 16:42:13 +00:00
parent 4391463832
commit 43fd5c28b5
2 changed files with 6 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ HISTORY
++ Bugfixes:
2009-11-26: Simon Goldschmidt
* tcp.h: Fixed bug #28098: Nagle can prevent fast retransmit from sending
segment
2009-11-26: Simon Goldschmidt
* tcp.h, sockets.c: Fixed bug #28099: API required to disable Nagle
algorithm at PCB level