[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <fbbce0572843.47fb038c@fnal.gov>
Date: Tue, 08 Apr 2008 05:33:00 -0700
From: Wenji Wu <wenji@...l.gov>
To: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>
Cc: 'Sangtae Ha' <sangtae.ha@...il.com>,
'John Heffner' <johnwheffner@...il.com>,
'Netdev' <netdev@...r.kernel.org>
Subject: Re: RE: A Linux TCP SACK Question
> NewReno never retransmitted anything in them (except at the very end
> of
> the transfer). Probably something related to how tp->reordering behaves
> I suppose...
Yes, the adaptive tp->reordering will play a role here.
> This is probably far fetched but could you tell us how you make sure
> that
> earlier connection's metrics are not affecting the latter connection?
>
> Ie., the discovered reordering is not transferred across the flows (in
> CBI
> like manner) and thus newreno has unfair advantage?
You can reverse the order of the tests, with SACK option on/off. The results are still the same.
Also, according to the source code, tp->reordering will be initialized to "/proc/sys/net/ipv4/tcp_reordering" (default 3), when the new connection is established. After that, tp->reordering is controlled by the the adaptive algorithm
wenji
--
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