Re: [PATCH net-next 0/8] improving TCP behavior on host congestion

2019-01-17 Thread David Miller
From: Yuchung Cheng Date: Wed, 16 Jan 2019 15:05:27 -0800 > This patch set aims to improve how TCP handle local qdisc congestion > by simplifying the previous implementation. Previously when an > skb fails to (re)transmit due to local qdisc congestion or other > resource issue, TCP refrains from

[PATCH net-next 0/8] improving TCP behavior on host congestion

2019-01-16 Thread Yuchung Cheng
This patch set aims to improve how TCP handle local qdisc congestion by simplifying the previous implementation. Previously when an skb fails to (re)transmit due to local qdisc congestion or other resource issue, TCP refrains from setting the skb timestamp or the recovery starting time. This desi