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

Clarify path validation and connection migration #4102

Merged
merged 31 commits into from Sep 22, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c7633d4
Clarify path validation and connection migration
ianswett Sep 16, 2020
7dc91a1
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
d0d6a07
Remove some redundant text
ianswett Sep 16, 2020
74b4347
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
2dc0302
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
e4b8d3e
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
e41f0f9
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
d60deed
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
b5819c8
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
da6ab2c
Remove a duplicative paragraph
ianswett Sep 16, 2020
519a0bb
Move two sentences up
ianswett Sep 16, 2020
d9fbe09
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
b8a37ed
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
850e793
Update draft-ietf-quic-transport.md
ianswett Sep 16, 2020
2aa215b
Clarify what limits the number of paths to probe
ianswett Sep 16, 2020
49efc7a
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
534da74
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
710ccc1
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
b5b490c
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
8eadab3
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
92c1332
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
6c10492
Update draft-ietf-quic-transport.md
ianswett Sep 17, 2020
28bc0a2
Update draft-ietf-quic-transport.md
ianswett Sep 18, 2020
4820145
Update draft-ietf-quic-transport.md
ianswett Sep 22, 2020
f33028f
Update draft-ietf-quic-transport.md
ianswett Sep 22, 2020
01d5680
Restore the paragraph and make a tweak
ianswett Sep 22, 2020
026e0e3
Found the mostly duplicative paragraph in "Path Validation"
ianswett Sep 22, 2020
acb5e7a
Update draft-ietf-quic-transport.md
ianswett Sep 22, 2020
8e05bf5
Update draft-ietf-quic-transport.md
ianswett Sep 22, 2020
2f0bf6f
Apply suggestions from Jana's code review
martinthomson Sep 22, 2020
f617749
Wrap
martinthomson Sep 22, 2020
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
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -2129,9 +2129,9 @@ clients to further narrow applicability or reuse.
## Path Validation {#migrate-validate}

Path validation is used by both peers during connection migration
(see {{migration}}) to verify reachability of the peer after a change of
address. In path validation, endpoints test reachability between a specific
local address and a specific peer address, where an address is the two-tuple of
(see {{migration}}) to verify reachability after a change of address.
In path validation, endpoints test reachability between a specific local
address and a specific peer address, where an address is the two-tuple of
IP address and port.

Path validation tests that packets sent on a path to a peer are received by that
Expand Down