On Wed, May 2, 2018 at 11:25 PM Eric Dumazet <[email protected]> wrote:
> When adding rb-tree for TCP retransmit queue, we inadvertently broke
> TCP autocorking.
> tcp_should_autocork() should really check if the rtx queue is not empty.
...
> Fixes: 75c119afe14f ("tcp: implement rb-tree based retransmit queue")
> Signed-off-by: Eric Dumazet <[email protected]>
> Reported-by: Michael Wenig <[email protected]>
> Tested-by: Michael Wenig <[email protected]>
> ---
Acked-by: Neal Cardwell <[email protected]>
Nice. Thanks, Eric!
neal