aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2013-02-03 09:13:05 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-14 10:47:35 -0800
commitff1e4e5817d104e9aa46305db294602514e1c12b (patch)
tree016d1652baee24c98ddf8fba1f05158333864f38 /net/core
parent0535d24446251c444a03d912a0022319a2de16f8 (diff)
downloadkernel_samsung_smdk4412-ff1e4e5817d104e9aa46305db294602514e1c12b.zip
kernel_samsung_smdk4412-ff1e4e5817d104e9aa46305db294602514e1c12b.tar.gz
kernel_samsung_smdk4412-ff1e4e5817d104e9aa46305db294602514e1c12b.tar.bz2
tcp: frto should not set snd_cwnd to 0
[ Upstream commit 2e5f421211ff76c17130b4597bc06df4eeead24f ] Commit 9dc274151a548 (tcp: fix ABC in tcp_slow_start()) uncovered a bug in FRTO code : tcp_process_frto() is setting snd_cwnd to 0 if the number of in flight packets is 0. As Neal pointed out, if no packet is in flight we lost our chance to disambiguate whether a loss timeout was spurious. We should assume it was a proper loss. Reported-by: Pasi Kärkkäinen <pasik@iki.fi> Signed-off-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Cc: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions