[<prev] [next>] [day] [month] [year] [list]
Message-ID: <66f580dbbf814a9c4b9710f13d8661d8.squirrel@webmail.uio.no>
Date: Thu, 29 Oct 2009 16:14:18 +0100
From: apetlund@...ula.no
To: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>
Cc: "Andreas Petlund" <apetlund@...ula.no>,
"Netdev" <netdev@...r.kernel.org>,
"LKML" <linux-kernel@...r.kernel.org>, shemminger@...tta.com,
"David Miller" <davem@...emloft.net>
Subject: Re: [PATCH 2/3] net: TCP thin linear timeouts
I apologise that some of you received this mail more than once. My email
client played a HTML-trick on me.
>> + icsk->icsk_backoff = 0;
>> + icsk->icsk_rto = min(((tp->srtt >> 3) + tp->rttvar), TCP_RTO_MAX);
>
> The first part is nowadays done with __tcp_set_rto(tp).
>
> --
> i.
>
I will address this in the next iteration of the patch.
-AP
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists