[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #26349] Nagle algorithm doesn't send although segment
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #26349] Nagle algorithm doesn't send although segment is full |
Date: |
Sun, 03 May 2009 12:22:30 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10 |
Follow-up Comment #3, bug #26349 (project lwip):
I discovered there is just the test missing if unsent->len >= pcb->mss (which
is the case if we enqueued just MSS of data, nothing more, so unsent->next is
still NULL).
I'll add just that line and it should be fixed.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?26349>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #26349] Nagle algorithm doesn't send although segment is full,
Simon Goldschmidt <=