From: Yuchung Cheng <ych...@google.com> Date: Wed, 19 Jul 2017 15:41:26 -0700
> This patch adjusts the timeout formula to schedule the TCP loss probe > (TLP). The previous formula uses 2*SRTT or 1.5*RTT + DelayACKMax if > only one packet is in flight. It keeps a lower bound of 10 msec which > is too large for short RTT connections (e.g. within a data-center). > The new formula = 2*RTT + (inflight == 1 ? 200ms : 2ticks) which > performs better for short and fast connections. > > Signed-off-by: Yuchung Cheng <ych...@google.com> > Signed-off-by: Neal Cardwell <ncardw...@google.com> Applied, thanks!