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
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