Skip to content

Commit

Permalink
fix broken things during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jana Iyengar committed May 12, 2017
1 parent 9a501be commit e407ba7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2319,18 +2319,19 @@ similar to the way ephemeral streams are used in SST
for some applications.


Stream Identifiers {#stream-id}
## Stream Identifiers {#stream-id}

Streams are identified by an unsigned 32-bit integer, referred to as the Stream
ID. To avoid Stream ID collision, clients initiate streams using odd-numbered
ID. To avoid Stream ID collision, clients initiate streams using odd-numbered
Stream IDs; streams initiated by the server use even-numbered Stream IDs.

Stream ID 0 (0x0) is reserved for the cryptographic handshake. Stream 0 MUST NOT
be used for application data, and is the first client-initiated stream.
Stream ID 0 (0x0) is reserved for the cryptographic handshake. Stream 0 MUST
NOT be used for application data, and is the first client-initiated stream.

A QUIC endpoint cannot reuse a Stream ID. Streams MUST be created in sequential
order. Open streams can be used in any order. Streams that are used out of order
result in lower-numbered streams in the same direction being counted as open.
order. Open streams can be used in any order. Streams that are used out of
order result in lower-numbered streams in the same direction being counted as
open.

Stream IDs are usually encoded as a 32-bit integer, though the STREAM frame
({{frame-stream}}) permits a shorter encoding when the leading bits of the
Expand Down Expand Up @@ -2811,6 +2812,7 @@ Public Reset packet.
An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
existence of the error to its peer.
## Stream Errors
If the error affects a single stream, but otherwise leaves the connection in a
Expand Down

0 comments on commit e407ba7

Please sign in to comment.