summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>2007-05-27 01:53:49 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:47:53 -0700
commit9bff40fda015c4d0b57b444626cdcbf66066dbe7 (patch)
treeeae9e6d12754dadfc4ad5f0b87e9de3b37ad252b /include/linux/tcp.h
parent4ddf66769d2df868071420e2e0106746c6204ea3 (diff)
[TCP] FRTO: remove unnecessary fackets/sacked_out recounting
F-RTO does not touch SACKED_ACKED bits at all, so there is no need to recount them in tcp_enter_frto_loss. After removal of the else branch, nested ifs can be combined. This must also reset sacked_out when SACK is not in use as TCP could have received some duplicate ACKs prior RTO. To achieve that in a sane manner, tcp_reset_reno_sack was re-placed by the previous patch. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
0 files changed, 0 insertions, 0 deletions