Skip to content

Commit

Permalink
Statement of idempotency
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop authored and igorlord committed Jun 18, 2018
1 parent 1a1fc7f commit 8002125
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -917,6 +917,11 @@ 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.

# Life of a Connection

A QUIC connection is a single conversation between two QUIC endpoints. QUIC's
Expand Down

0 comments on commit 8002125

Please sign in to comment.