[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48778EC6.8070507@hp.com>
Date: Fri, 11 Jul 2008 09:48:06 -0700
From: Rick Jones <rick.jones2@...com>
To: Jim Rees <rees@...ch.edu>
CC: netdev@...r.kernel.org
Subject: Re: Autotuning and send buffer size
> I don't undestand how a "too big" sender buffer can hurt performance. I
> have not measured what size the sender's buffer is in the autotuning case.
In broad handwaving terms, TCP will have no more data outstanding at one
time than the lesser of:
*) what the application has sent
*) the current value of the computed congestion window
*) the receiver's advertised window
*) the quantity of data TCP can hold in its retransmission queue
That last one is, IIRC directly related to "SO_SNDBUF"
That leads to an hypothesis of all of those being/growing large enough
to overflow a queue somewhere - for example an interface's transmit
queue and causing retransmissions. Ostensibly, one could check that in
ifconfig and/or netstat statistics.
rick jones
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists