Skip to content

Commit

Permalink
Bring back the error code
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jul 27, 2017
1 parent 15da4ce commit 35dfd02
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -1838,12 +1838,18 @@ to abruptly terminate transmission on a stream. The frame is as follows:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Stream ID (32) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Error Code (32) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~

The fields are:

* Stream ID: The 32-bit Stream ID of the stream being ignored.
Stream ID:
: The 32-bit Stream ID of the stream being ignored.

Error Code:
: The reason the sender is ignoring the stream, or QUIC_NO_ERROR if not due to
an error.

## ACK Frame {#frame-ack}

Expand Down Expand Up @@ -3143,6 +3149,10 @@ thanks to all.
Issue and pull request numbers are listed with a leading octothorp.
## Since draft-ietf-quic-transport-04
- Introduce STOP_SENDING frame (#165)
## Since draft-ietf-quic-transport-03
- Change STREAM and RST_STREAM layout
Expand Down

0 comments on commit 35dfd02

Please sign in to comment.