]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit440bba20adc3091b25355924bfb9396a4d14c18e
treea0972cff4f84295dd2004f868867e298bb3c3912
parentf2d622962a04c7e1bc820c59786f121c0164088a
[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