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

Change PTO to be per packet number space #3066

Merged
merged 28 commits into from Nov 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f7f22f9
Change PTO to be per packet number space
ianswett Sep 24, 2019
c551041
Update draft-ietf-quic-recovery.md
ianswett Sep 24, 2019
3abb835
Update draft-ietf-quic-recovery.md
ianswett Sep 24, 2019
33c994e
Merge branch 'master' into ianswett-pto-per-pn-space
ianswett Oct 24, 2019
6c3ae35
Update draft-ietf-quic-recovery.md
ianswett Oct 24, 2019
3f0da81
Update draft-ietf-quic-recovery.md
ianswett Oct 24, 2019
62e394f
Update draft-ietf-quic-recovery.md
ianswett Oct 24, 2019
8af3d28
Update draft-ietf-quic-recovery.md
ianswett Oct 24, 2019
49a2833
Update draft-ietf-quic-recovery.md
ianswett Oct 24, 2019
054fae1
Update draft-ietf-quic-recovery.md
ianswett Oct 24, 2019
2140c28
Martin's suggestion
ianswett Oct 24, 2019
69afe42
Marten's comment
ianswett Oct 25, 2019
1c9886e
Marten's pseudocode
ianswett Oct 25, 2019
a87a04c
line wrapping
ianswett Oct 25, 2019
545e788
Define loss_times
ianswett Oct 28, 2019
a00c475
Exponential backoff limits the packets sent
ianswett Oct 28, 2019
5e81481
Update draft-ietf-quic-recovery.md
ianswett Oct 28, 2019
ed8750a
Don't arm PTO for ApplicationData until complete
ianswett Oct 29, 2019
6322d36
Initial and Handshake have no max_ack_delay
ianswett Oct 29, 2019
45bf06c
Update draft-ietf-quic-recovery.md
ianswett Oct 29, 2019
34e3d61
Martin Duke's suggestions
ianswett Oct 29, 2019
54e26e7
Update draft-ietf-quic-recovery.md
ianswett Oct 29, 2019
d0e6996
Update draft-ietf-quic-recovery.md
ianswett Oct 31, 2019
50f6701
loss_times -> loss_time
ianswett Oct 31, 2019
355d1e5
Merge branch 'master' into ianswett-pto-per-pn-space
ianswett Nov 1, 2019
cff00e0
1 loss_times -> loss_time
ianswett Nov 1, 2019
7b29c66
Reword an awkward sentence
ianswett Nov 2, 2019
6e902d3
Jana's comments
ianswett Nov 5, 2019
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 @@ -476,7 +476,7 @@ limited by the endpoint's idle timeout.

A sender computes its PTO timer every time an ack-eliciting packet is sent.
When ack-eliciting packets are in-flight in multiple packet number spaces,
the timer MUST be set from the packet number space with the earliest timeout.
the timer MUST be set for the packet number space with the earliest timeout.
A sender might choose to optimize this by setting the timer fewer times if it
knows that more ack-eliciting packets will be sent within a short period of
time.
Expand Down