Re: [PATCH 2/3] net: TCP thin linear timeouts

From: apetlund
Date: Thu Oct 29 2009 - 11:14:25 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/