diff options
author | Yuchung Cheng <[email protected]> | 2018-01-17 12:11:00 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-01-19 15:39:30 -0500 |
commit | eb36be0fd55e0a6f2cb3226acd711b2c7a2d7d09 (patch) | |
tree | 738a49bca485840679c8b140feaa99aa956a94ac /lib/debugobjects.c | |
parent | 60c2530696320ee6ffe4491c17079fa403790c98 (diff) |
tcp: avoid min-RTT overestimation from delayed ACKs
This patch avoids having TCP sender or congestion control
overestimate the min RTT by orders of magnitude. This happens when
all the samples in the windowed filter are one-packet transfer
like small request and health-check like chit-chat, which is farily
common for applications using persistent connections. This patch
tries to conservatively labels and skip RTT samples obtained from
this type of workload.
Signed-off-by: Yuchung Cheng <[email protected]>
Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
Acked-by: Neal Cardwell <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions