aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/COPYING
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2020-05-04 11:27:49 -0700
committerDavid S. Miller <davem@davemloft.net>2020-05-06 17:29:38 -0700
commit8dc242ad661c2694a582541c2264ffc0e7c4d27d (patch)
treec709098fe394ed7fbae16c836d90ee3f15c1d10e /COPYING
parentarm64: dts: sdm845: add IPA iommus property (diff)
downloadwireguard-linux-8dc242ad661c2694a582541c2264ffc0e7c4d27d.tar.xz
wireguard-linux-8dc242ad661c2694a582541c2264ffc0e7c4d27d.zip
tcp: refine tcp_pacing_delay() for very low pacing rates
With the addition of horizon feature to sch_fq, we noticed some suboptimal behavior of extremely low pacing rate TCP flows, especially when TCP is not aware of a drop happening in lower stacks. Back in commit 3f80e08f40cd ("tcp: add tcp_reset_xmit_timer() helper"), tcp_pacing_delay() was added to estimate an extra delay to add to standard rto timers. This patch removes the skb argument from this helper and tcp_reset_xmit_timer() because it makes more sense to simply consider the time at which next packet is allowed to be sent, instead of the time of whatever packet has been sent. This avoids arming RTO timer too soon and removes spurious horizon drops. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions