Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovery uses both time and packet thresholds #1974

Merged
merged 27 commits into from Dec 4, 2018
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8ad3cab
Recovery uses both time and packet thresholds
ianswett Nov 6, 2018
4367f31
Merge branch 'master' into ianswett-both-thresholds
ianswett Nov 6, 2018
aea6a42
Update draft-ietf-quic-recovery.md
ianswett Nov 6, 2018
51ebc20
Update draft-ietf-quic-recovery.md
ianswett Nov 6, 2018
c23f901
Update draft-ietf-quic-recovery.md
ianswett Nov 6, 2018
c98a79c
Update draft-ietf-quic-recovery.md
ianswett Nov 7, 2018
cd05b45
Update draft-ietf-quic-recovery.md
ianswett Nov 7, 2018
1c2596e
Update draft-ietf-quic-recovery.md
ianswett Nov 7, 2018
52aa21a
Update draft-ietf-quic-recovery.md
ianswett Nov 7, 2018
21635b4
Update draft-ietf-quic-recovery.md
ianswett Nov 20, 2018
5afcc2a
Update draft-ietf-quic-recovery.md
ianswett Nov 30, 2018
d606f71
Update draft-ietf-quic-recovery.md
ianswett Nov 30, 2018
fd835fa
Update draft-ietf-quic-recovery.md
ianswett Nov 30, 2018
561e227
Update draft-ietf-quic-recovery.md
ianswett Nov 30, 2018
7560bb4
Update draft-ietf-quic-recovery.md
ianswett Nov 30, 2018
c3bc7bb
Merge branch 'master' into ianswett-both-thresholds
ianswett Nov 30, 2018
ddfe711
Update draft-ietf-quic-recovery.md
ianswett Nov 30, 2018
86cb551
Editorial rework
janaiyengar Dec 1, 2018
e8ae5ad
lint
janaiyengar Dec 1, 2018
6ad1106
clean up RACK reference
janaiyengar Dec 1, 2018
1088bb6
more changes
janaiyengar Dec 1, 2018
8a695c9
Update draft-ietf-quic-recovery.md
ianswett Dec 4, 2018
006843e
Ian comments
janaiyengar Dec 4, 2018
d095952
edit
janaiyengar Dec 4, 2018
000f612
lint
janaiyengar Dec 4, 2018
8b42d95
Merge pull request #2080 from quicwg/editorial-changes
janaiyengar Dec 4, 2018
a06d679
small fix
janaiyengar Dec 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -263,7 +263,7 @@ underestimation of min RTT, which in turn prevents underestimating smoothed RTT.

Ack-based loss detection implements the spirit of TCP's Fast Retransmit
{{?RFC5681}}, Early Retransmit {{?RFC5827}}, FACK, SACK loss recovery
{{?RFC6675}}, and RACK. This section provides an overview of how these
{{?RFC6675}}, and RACK {{RACK}}. This section provides an overview of how these
algorithms are implemented in QUIC. Though both time threshold loss detection
and early retransmit use a timer, they are part of ack-based detection because
they do not use a timer to send probes, but rather to declare packets lost.
Expand Down