[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 Acked-by: Dmitry Adamushko --- diff --git a/net/ipv4/tcp_yeah.c b/net/ipv4/tcp_yeah.c index 028eb04..9c5fc97 100644 --- a

[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 --- --- net/ipv4/tcp_yeah.c.orig2016-09-04 09:53:01.0 -0700 +++ net/ipv4/tcp_yeah.c 2016-09-04 09:53:40.0