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

Unilateral Transport Parameters #3478

Merged
merged 2 commits into from Feb 25, 2020
Merged
Changes from 1 commit
Commits
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
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -1478,17 +1478,17 @@ of their transport parameters. Endpoints are required to comply with the
restrictions implied by these parameters; the description of each parameter
includes rules for its handling.

Transport parameters are declarations that are made unilaterally by each
endpoint. Each endpoint can choose values for transport parameters independent
of the values chosen by its peer.

The encoding of the transport parameters is detailed in
{{transport-parameter-encoding}}.

QUIC includes the encoded transport parameters in the cryptographic handshake.
Once the handshake completes, the transport parameters declared by the peer are
available. Each endpoint validates the value provided by its peer.

Transport parameters are declarations that are made unilaterally by each
endpoint. Each endpoint can choose values for transport parameters independent
of the values chosen by its peer.

Definitions for each of the defined transport parameters are included in
{{transport-parameter-definitions}}.

Expand Down