Skip to content

Commit

Permalink
Simplify initial sending part state
Browse files Browse the repository at this point in the history
The description here was a little over enthusiastic: it only enters the
"Send" state when something is sent.

Closes #2636.
  • Loading branch information
martinthomson committed Nov 12, 2019
1 parent 89658b3 commit f0d067d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -460,9 +460,8 @@ allocating a stream ID to a stream until it sends the first STREAM frame and
enters this state, which can allow for better stream prioritization.

The sending part of a bidirectional stream initiated by a peer (type 0 for a
server, type 1 for a client) enters the "Ready" state then immediately
transitions to the "Send" state if the receiving part enters the "Recv" state
({{stream-recv-states}}).
server, type 1 for a client) starts the "Ready" state when the receiving part is
created.

In the "Send" state, an endpoint transmits - and retransmits as necessary -
stream data in STREAM frames. The endpoint respects the flow control limits set
Expand Down

0 comments on commit f0d067d

Please sign in to comment.