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

5tuple routing #3536

Merged
merged 26 commits into from
Apr 29, 2020
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
de06849
Added considerations for 5tuple routing
martinduke Mar 20, 2020
b3e5a0c
s/may/can
martinduke Mar 20, 2020
657b103
typo
martinduke Mar 20, 2020
1406b1d
Responded to reviews
martinduke Mar 25, 2020
6962e63
Fix latest reviews
martinduke Mar 26, 2020
7ad84a2
Addressed most of MT's comments
martinduke Mar 27, 2020
8ea8ed4
whitespace
martinduke Mar 27, 2020
dbc1c1d
Update draft-ietf-quic-transport.md
martinduke Mar 30, 2020
62b34f6
Update draft-ietf-quic-transport.md
martinduke Mar 30, 2020
0abc1ed
Update draft-ietf-quic-transport.md
martinduke Mar 30, 2020
4dfae9c
Update draft-ietf-quic-transport.md
martinduke Mar 30, 2020
2c81e06
Update draft-ietf-quic-transport.md
martinduke Mar 30, 2020
784000e
Update draft-ietf-quic-transport.md
martinduke Mar 30, 2020
88a7120
removed inferences about disable_migration
martinduke Mar 30, 2020
5e6c5b4
Apply suggestions from code review
janaiyengar Apr 28, 2020
e06a542
Apply suggestions from code review
janaiyengar Apr 28, 2020
1c5b3a9
Update draft-ietf-quic-transport.md
janaiyengar Apr 28, 2020
0b4044e
Update draft-ietf-quic-transport.md
janaiyengar Apr 28, 2020
19e9d5c
Update draft-ietf-quic-transport.md
janaiyengar Apr 28, 2020
729fcb0
Update draft-ietf-quic-transport.md
janaiyengar Apr 28, 2020
6567ba8
Update draft-ietf-quic-transport.md
ianswett Apr 28, 2020
1368cce
Update draft-ietf-quic-transport.md
ianswett Apr 28, 2020
3b25faf
Ian's suggestions
martinthomson Apr 29, 2020
36cac20
Update draft-ietf-quic-transport.md
martinduke Apr 29, 2020
601c8fe
Update draft-ietf-quic-transport.md
martinduke Apr 29, 2020
743702c
Update draft-ietf-quic-transport.md
martinduke Apr 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ choose not to use the preferred address.

A server in a deployment that does not implement a solution to
maintain connection continuity during connection migration
SHOULD disallow it via the disable_active_migration transport
SHOULD disallow migration using the disable_active_migration transport
parameter.

Server deployments that use such load balancing might allow for
Expand Down