On Thu, 23 Aug 2007 18:38:22 -0400 jamal <[EMAIL PROTECTED]> wrote: > On Thu, 2007-23-08 at 15:30 -0700, David Miller wrote: > > From: jamal <[EMAIL PROTECTED]> > > Date: Thu, 23 Aug 2007 18:04:10 -0400 > > > > > Possibly a bug - but you really should turn off TSO if you are doing > > > huge interactive transactions (which is fair because there is a clear > > > demarcation). > > > > I don't see how this can matter. > > > > TSO only ever does anything if you accumulate more than one MSS > > worth of data. > > I stand corrected then. > > cheers, > jamal >
For most normal Internet TCP connections, you will see only 2 or 3 packets per TSO because of ACK clocking. If you turn off delayed ACK on the receiver it will be even less. A current hot topic of research is reducing the number of ACK's to make TCP work better over asymmetric links like 3G. -- Stephen Hemminger <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html