diff options
author | Neal Cardwell <[email protected]> | 2016-09-19 23:39:13 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-21 00:23:00 -0400 |
commit | 0682e6902a52aca7caf6ad42551b16ea0f87bc31 (patch) | |
tree | 659bae32eb96d42f6b39ef8f383fa20cd37a0b0e /tools/perf/scripts/python/futex-contention.py | |
parent | b2d3ea4a730f812b9c0f67a67b6762ce66ddb17c (diff) |
tcp: count packets marked lost for a TCP connection
Count the number of packets that a TCP connection marks lost.
Congestion control modules can use this loss rate information for more
intelligent decisions about how fast to send.
Specifically, this is used in TCP BBR policer detection. BBR uses a
high packet loss rate as one signal in its policer detection and
policer bandwidth estimation algorithm.
The BBR policer detection algorithm cannot simply track retransmits,
because a retransmit can be (and often is) an indicator of packets
lost long, long ago. This is particularly true in a long CA_Loss
period that repairs the initial massive losses when a policer kicks
in.
Signed-off-by: Van Jacobson <[email protected]>
Signed-off-by: Neal Cardwell <[email protected]>
Signed-off-by: Yuchung Cheng <[email protected]>
Signed-off-by: Nandita Dukkipati <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions