From 06f472683b5f3c966c3ea49e2447472e500ab8bf Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 11 Oct 2018 14:19:31 +0100 Subject: [PATCH 1/2] change the STREAM_ID_BLOCKED frame to encode stream 0 --- draft-ietf-quic-transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index b89b5e3cfa..5ae3b03f1e 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -3254,8 +3254,8 @@ The STREAM_ID_BLOCKED frame contains a single field. Stream ID: -: A variable-length integer indicating the highest stream ID that the sender - was permitted to open. +: A variable-length integer indicating the stream ID of the stream that the + sender was not able to open due to the maximum stream ID limit. ## NEW_CONNECTION_ID Frame {#frame-new-connection-id} From 35bb9e3e3ca53a41de467d4809ee32d8415dc8b1 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 11 Oct 2018 21:48:47 +0100 Subject: [PATCH 2/2] use the maximum stream ID --- draft-ietf-quic-transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 5ae3b03f1e..fbf0124c69 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -3254,8 +3254,8 @@ The STREAM_ID_BLOCKED frame contains a single field. Stream ID: -: A variable-length integer indicating the stream ID of the stream that the - sender was not able to open due to the maximum stream ID limit. +: A variable-length integer indicating the maximum stream ID of the streams that + the sender was not permitted to open due to the maximum stream ID limit. ## NEW_CONNECTION_ID Frame {#frame-new-connection-id}