Re: [PATCH 0/2 v2 net-next] tcp cwnd undo refactor

2017-08-06 Thread David Miller
From: Yuchung Cheng Date: Thu, 3 Aug 2017 20:38:50 -0700 > This patch series consolidate similar cwnd undo functions > implemented by various congestion control by using existing > tcp socket state variable. The first patch fixes a corner > case in of cwnd undo in Reno and HTCP. Since the bug ha

[PATCH 0/2 v2 net-next] tcp cwnd undo refactor

2017-08-03 Thread Yuchung Cheng
This patch series consolidate similar cwnd undo functions implemented by various congestion control by using existing tcp socket state variable. The first patch fixes a corner case in of cwnd undo in Reno and HTCP. Since the bug has existed for many years and is very minor, we consider this patch s