[TCP]: Prevent unrelated cwnd adjustment while using FRTO
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Thu, 22 Feb 2007 07:08:34 +0000 (23:08 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:11 +0000 (22:23 -0700)
commit7c9a4a5b67926dd186d427bc5b9fce6ccbde154c
tree8fe8dd5ab09fda204689dfc98fb03dbf99d58cf3
parent94d0ea7786714d78d7cb73144bb850254dd0bb78
[TCP]: Prevent unrelated cwnd adjustment while using FRTO

FRTO controls cwnd when it still processes the ACK input or it
has just reverted back to conventional RTO recovery; the normal
rules apply when FRTO has reverted to standard congestion
control.

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