diff options
author | Yuchung Cheng <ycheng@google.com> | 2012-08-23 09:05:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-24 19:48:58 +0200 |
commit | 7c4a56fec379ac0d7754e0d4da6a7361f1a4fe64 (patch) | |
tree | 9d60ba52c78f83a2fe6d22950e2217e3a898755f /drivers/pci/pci.c | |
parent | netlink: fix possible spoofing from non-root processes (diff) | |
download | linux-7c4a56fec379ac0d7754e0d4da6a7361f1a4fe64.tar.xz linux-7c4a56fec379ac0d7754e0d4da6a7361f1a4fe64.zip |
tcp: fix cwnd reduction for non-sack recovery
The cwnd reduction in fast recovery is based on the number of packets
newly delivered per ACK. For non-sack connections every DUPACK
signifies a packet has been delivered, but the sender mistakenly
skips counting them for cwnd reduction.
The fix is to compute newly_acked_sacked after DUPACKs are accounted
in sacked_out for non-sack connections.
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Nandita Dukkipati <nanditad@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/pci/pci.c')
0 files changed, 0 insertions, 0 deletions