|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output |
Date: | Thu, 19 Jul 2007 18:18:49 +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 |
Update of bug #20506 (project lwip): Status: Confirmed => None _______________________________________________________ Follow-up Comment #23: Haha, I just discovered tcp_output() *is* called: it's called from tcp_input() after calling http_recv() (where tcp_write() is called). So while this is kind of special (since it is called from tcp_input), it still works *and the summary of this bug is wrong*. But no need to change it now. What disturbs me is that other stacks seem to slow-start with a cwnd of 2*mss (instead of 1*mss like lwIP does). This also better fits with the delayed-ack mechanism of other stacks... Does anyone know the 'most recent' document on slow start? Is it RFC 2001? _______________________________________________________ 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] |