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

PONG frame #878

Merged
merged 3 commits into from Oct 17, 2017
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
9 changes: 4 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -2094,11 +2094,10 @@ The PONG frame (type=0x0d) is sent in response to a PING frame that contains
data. Its format is identical to the PING frame ({{frame-ping}}).

An endpoint that receives an unsolicited PONG frame - that is, a PONG frame
containing a payload that is either empty or not identical to the content of a
PING frame that the endpoint previously sent - MUST generate a connection error
of type UNSOLICITED_PONG. Note that the Data field of the frame is the only
thing that allows a recipient to correlate a PONG frame with the original PING
frame.
containing a payload that is empty MUST generate a connection error of type
FRAME_ERROR, indicating the PONG frame (that is, 0x10d). If the content of a
PONG frame does not match the content of a PING frame previously sent by the
endpoint, the endpoint MAY generate a connection error of type UNSOLICITED_PONG.


## ACK Frame {#frame-ack}
Expand Down