Re: [PATCH 05/10] [TCP]: Make lost retrans detection more self-contained

2007-11-15 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 15 Nov 2007 15:37:29 +0200 > Highest_sack_end_seq is no longer calculated in the loop, > thus it can be pushed to the worker function altogether > making that function independent of the sacktag. > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECT

[PATCH 05/10] [TCP]: Make lost retrans detection more self-contained

2007-11-15 Thread Ilpo Järvinen
Highest_sack_end_seq is no longer calculated in the loop, thus it can be pushed to the worker function altogether making that function independent of the sacktag. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- net/ipv4/tcp_input.c | 20 +++- 1 files changed, 11 insertions(