Re: [PATCH net-next] tcp: fix under-evaluated ssthresh in TCP Vegas

From: David Miller
Date: Fri Sep 29 2017 - 04:12:07 EST


From: Hoang Tran <tranviethoang.vn@xxxxxxxxx>
Date: Wed, 27 Sep 2017 18:30:58 +0200

> With the commit 76174004a0f19785 (tcp: do not slow start when cwnd equals
> ssthresh), the comparison to the reduced cwnd in tcp_vegas_ssthresh() would
> under-evaluate the ssthresh.
>
> Signed-off-by: Hoang Tran <hoang.tran@xxxxxxxxxxxx>

Applied, thank you.