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

Statement of idempotency #1441

Merged
merged 3 commits into from Jun 14, 2018
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
7 changes: 3 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -906,10 +906,9 @@ explained in more detail as they are referenced later in the document.
| 0x10 - 0x17 | STREAM | {{frame-stream}} |
{: #frame-types title="Frame Types"}

All QUIC frames are idempotent. That is, the state of the connection is
unchanged regardless of whether a frame is processed one time or multiple times,
and a frame can be received and processed without error at any point between the
time the frame was initially sent and the end of the connection.
All QUIC frames are idempotent. That is, a valid frame does not cause
undesirable side effects or errors when received more than once. Once sent, a
valid frame remains valid until the end of the connection.

# Life of a Connection

Expand Down