Re: 2.6.10 TCP troubles -- suggested patch
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-02-12 19:28:11
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-02-12 19:28:11
On Sat, 12 Feb 2005 17:31:05 +0300 Alexey Kuznetsov [off-list ref] wrote:
In any case, receiver cannot know sender cwnd, so that "fill" or "not fill" is is not a question. What is broken in that implementation is that it does not feel slow start. ACK avoidance while slow start is certain disaster. Currrent theory is that MacOS X thinks that we do not do slow start.
It is correct. Although, I am still believing that setting PSH is the avenue of investigation.