From 14afca0f43f6f289eb5552dabc0c97dad6a7dfbc Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Fri, 8 Jan 2021 12:11:09 +1100 Subject: [PATCH 1/2] Reorder bidi clause for Recv Closes #4674. --- draft-ietf-quic-transport.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index f43916a0d4..3f73fee22b 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -654,9 +654,9 @@ initiated by a peer, receipt of a MAX_STREAM_DATA or STOP_SENDING frame for the sending part of the stream also creates the receiving part. The initial state for the receiving part of a stream is "Recv". -The receiving part of a stream enters the "Recv" state when the sending part of -a bidirectional stream initiated by the endpoint (type 0 for a client, type 1 -for a server) enters the "Ready" state. +For a bidirectional stream, the receiving part enters the "Recv" state when the +sending part of the stream initiated by the endpoint (type 0 for a client, type +1 for a server) enters the "Ready" state. An endpoint opens a bidirectional stream when a MAX_STREAM_DATA or STOP_SENDING frame is received from the peer for that stream. Receiving a MAX_STREAM_DATA From f1f70d5ef2faaa6e7f169a8a81b88d35fd26c2b4 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Sun, 10 Jan 2021 00:24:07 +1100 Subject: [PATCH 2/2] of the stream Co-authored-by: ianswett --- draft-ietf-quic-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 3f73fee22b..ad796a9e3b 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -655,7 +655,7 @@ sending part of the stream also creates the receiving part. The initial state for the receiving part of a stream is "Recv". For a bidirectional stream, the receiving part enters the "Recv" state when the -sending part of the stream initiated by the endpoint (type 0 for a client, type +sending part initiated by the endpoint (type 0 for a client, type 1 for a server) enters the "Ready" state. An endpoint opens a bidirectional stream when a MAX_STREAM_DATA or STOP_SENDING