|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output |
Date: | Thu, 19 Jul 2007 20:24:54 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5 |
Follow-up Comment #25, bug #20506 (project lwip): > What disturbs me is that other stacks seem to slow-start with a > cwnd of 2mss (instead of 1mss like lwIP does). This also better > fits with the delayed-ack mechanism of other stacks... When I change the initialization of 'pcb->cwnd = pcb->mss' to 'pcb->cwnd = pcb->mss*2', everything works fine! _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?20506> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |