Skip to content

Commit 22dee1a

Browse files
committed
Clarification
1 parent 11eb4ac commit 22dee1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-quic-transport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,11 +3030,11 @@ Unidirectional streams use the applicable state machine directly. Bidirectional
30303030
streams use both state machines. For the most part, the use of these state
30313031
machines is the same whether the stream is unidirectional or bidirectional. The
30323032
conditions for opening a stream are slightly more complex for a bidirectional
3033-
stream because the opening of either send or receive causes the stream to open
3034-
in both directions.
3033+
stream because the opening of either send or receive streams causes the stream
3034+
to open in both directions.
30353035

3036-
An endpoint can open streams up to its maximum stream limit in any order,
3037-
however endpoints SHOULD open streams for each type in order.
3036+
An endpoint can open sending streams up to its maximum stream limit in any
3037+
order, however endpoints SHOULD open streams for each type in order.
30383038

30393039
Note:
30403040

0 commit comments

Comments
 (0)