aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
diff options
context:
space:
mode:
authorYuchung Cheng <[email protected]>2017-07-19 22:41:26 +0000
committerDavid S. Miller <[email protected]>2017-07-19 23:14:10 +0000
commitbb4d991a28cc86a2dfbeefeff32911ca9f779c18 (patch)
tree6fd415a7d0b54a9e639067375013fe8f2c3a48b7 /net/dsa/dsa.c
parentopenvswitch: Optimize operations for OvS flow_stats. (diff)
downloadkernel-bb4d991a28cc86a2dfbeefeff32911ca9f779c18.tar.gz
kernel-bb4d991a28cc86a2dfbeefeff32911ca9f779c18.zip
tcp: adjust tail loss probe timeout
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 <[email protected]> Signed-off-by: Neal Cardwell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/dsa/dsa.c')
0 files changed, 0 insertions, 0 deletions