Fixed bug #26349: Nagle algorithm doesn't send although segment is full (and unsent->next == NULL)

This commit is contained in:
goldsimon
2009-05-03 14:17:33 +00:00
parent 152d22d4f9
commit 24342eaab0
2 changed files with 13 additions and 6 deletions

View File

@@ -95,6 +95,10 @@ HISTORY
++ Bugfixes:
2009-05-03 Simon Goldschmidt
* tcp.h: bug #26349: Nagle algorithm doesn't send although segment is full
(and unsent->next == NULL)
2009-05-02 Simon Goldschmidt
* tcpip.h, tcpip.c: fixed tcpip_untimeout (does not need the time, broken after
1.3.0 in CVS only) - fixes compilation of ppp_oe.c