[PATCH v2] tcp: cwnd does not increase in TCP YeAH

2016-09-07 Thread Artem Germanov
bandwidth ~100KB/s. That is caused by stalled cwnd when cwnd equals ssthresh. This patch fixes it by proper increasing cwnd in this case. Signed-off-by: Artem Germanov <agerma...@anchorfree.com> Acked-by: Dmitry Adamushko <d.adamus...@anchorfree.com> --- diff --git a/net/ipv4/tcp_

[PATCH] tcp: cwnd does not increase in TCP YeAH

2016-09-04 Thread Artem Germanov
bandwidth ~100KB/s. That is caused by stalled cwnd when cwnd equals ssthresh. This patch fixes it by proper increasing cwnd in this case. Signed-off-by: Artem Germanov <agerma...@anchorfree.com> --- --- net/ipv4/tcp_yeah.c.orig2016-09-04 09:53:01.0 -0700 +++ net/ipv4/tcp_