[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Thu, 22 Feb 2007 06:54:52 +0000 (22:54 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:00 +0000 (22:23 -0700)
commit522e7548a9bd40305df41c0beae69448b7620d6b
treea0972cff4f84295dd2004f868867e298bb3c3912
parentde46c33745f5e2ad594c72f2cf5f490861b16ce1
[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit

FRTO was slightly too brave... Should only clear
TCPCB_SACKED_RETRANS bit.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c