Re: [PATCH 6/8] tcp: receive buffer growth limiting with mixed MTU

2005-11-10 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Thu, 10 Nov 2005 15:15:13 -0800 > Specifically it addresses the problem of an interaction between rcvbuf > moderation (receiver autotuning) and rcv_ssthresh. The problem occurs when > sending small packets to a receiver with a larger MTU. (A very common case I > hav

[PATCH 6/8] tcp: receive buffer growth limiting with mixed MTU

2005-11-10 Thread shemminger
This is a patch for discussion addressing some receive buffer growing issues. This is partially related to the thread "Possible BUG in IPv4 TCP window handling..." last week. Specifically it addresses the problem of an interaction between rcvbuf moderation (receiver autotuning) and rcv_ssthresh.