Skip to content

Commit

Permalink
server-initiated streams start from 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Jun 15, 2018
1 parent 04fd321 commit bf9c62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -1247,7 +1247,7 @@ Initial[0]: CRYPTO_HS[CH] ->

Initial[0]: CRYPTO_HS[SH] ACK[0]
Handshake[0]: CRYPTO_HS[EE, CERT, CV, FIN]
<- 1-RTT[0]: STREAM[0, "..."]
<- 1-RTT[0]: STREAM[1, "..."]

Initial[1]: ACK[0]
Handshake[0]: CRYPTO_HS[FIN], ACK[0]
Expand All @@ -1274,7 +1274,7 @@ Initial[0]: CRYPTO_HS[CH]

Initial[0]: CRYPTO_HS[SH] ACK[0]
Handshake[0] CRYPTO_HS[EE, CERT, CV, FIN]
<- 1-RTT[0]: STREAM[0, "..."] ACK[0]
<- 1-RTT[0]: STREAM[1, "..."] ACK[0]

Initial[1]: ACK[0]
0-RTT[1]: CRYPTO_HS[EOED]
Expand Down

0 comments on commit bf9c62c

Please sign in to comment.