diff options
author | Yuchung Cheng <ycheng@google.com> | 2017-01-13 07:11:39 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-14 04:37:16 +0100 |
commit | bec41a11dd3dc8c54f766b4f494140ca92ba7c10 (patch) | |
tree | 62a888654cc55636c2ab85adf331db2361aae118 /Documentation/scheduler/sched-arch.txt | |
parent | tcp: remove forward retransmit feature (diff) | |
download | linux-bec41a11dd3dc8c54f766b4f494140ca92ba7c10.tar.xz linux-bec41a11dd3dc8c54f766b4f494140ca92ba7c10.zip |
tcp: remove early retransmit
This patch removes the support of RFC5827 early retransmit (i.e.,
fast recovery on small inflight with <3 dupacks) because it is
subsumed by the new RACK loss detection. More specifically when
RACK receives DUPACKs, it'll arm a reordering timer to start fast
recovery after a quarter of (min)RTT, hence it covers the early
retransmit except RACK does not limit itself to specific inflight
or dupack numbers.
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/scheduler/sched-arch.txt')
0 files changed, 0 insertions, 0 deletions