From 4c837f0a400bbbbedf41d0954dc1fd20f2f7ed32 Mon Sep 17 00:00:00 2001 From: ianswett Date: Mon, 7 Jan 2019 09:52:09 -0500 Subject: [PATCH] Idempotent in this version Fixes #2154 --- draft-ietf-quic-transport.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index fceb18be5c..48e9657c44 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2768,8 +2768,9 @@ frames are explained in more detail in {{frame-formats}}. | 0x1c - 0x1d | CONNECTION_CLOSE | {{frame-connection-close}} | {: #frame-types title="Frame Types"} -All QUIC frames are idempotent. That is, a valid frame does not cause -undesirable side effects or errors when received more than once. +All QUIC frames are idempotent in this version of QUIC. That is, a valid +frame does not cause undesirable side effects or errors when received more +than once. The Frame Type field uses a variable length integer encoding (see {{integer-encoding}}) with one exception. To ensure simple and efficient