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

DPLPMTUD fixes #3606

Merged
merged 3 commits into from May 1, 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
15 changes: 8 additions & 7 deletions draft-ietf-quic-transport.md
Expand Up @@ -3745,13 +3745,14 @@ correct endpoint. However, only long header packets ({{long-header}}) contain
source connection IDs, and long header packets are not decrypted or acknowledged
by the peer once the handshake is complete.

One way to construct a PMTU probe is to coalesce (see {{packet-coalesce}}) a
Handshake packet ({{packet-handshake}}) with a short header packet in a single
UDP datagram. If the UDP datagram reaches the endpoint, the Handshake packet
will be ignored, but the short header packet will be acknowledged. If the UDP
datagram causes an ICMP message to be sent, the first part of the datagram will
be quoted in that message. If the the source connection ID is within the quoted
portion of the UDP datagram, that could be used for routing.
One way to construct a probe for the path MTU is to coalesce (see
{{packet-coalesce}}) a Handshake packet ({{packet-handshake}}) with a short
header packet in a single UDP datagram. If the UDP datagram reaches the
endpoint, the Handshake packet will be ignored, but the short header packet will
be acknowledged. If the UDP datagram causes an ICMP message to be sent, the
first part of the datagram will be quoted in that message. If the the source
connection ID is within the quoted portion of the UDP datagram, that could be
used for routing.


# Versions {#versions}
Expand Down