Skip to content

Commit

Permalink
Merge pull request #986 from apernet/fix-protocol-typo
Browse files Browse the repository at this point in the history
fix: typo in PROTOCOL.md
  • Loading branch information
tobyxdd authored Mar 14, 2024
2 parents caf6c66 + 45593c0 commit 5c423d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ After (and only after) a client passes authentication, the server MUST consider

### TCP

For each TCP connection, the client MUST create a new QUIC unidirectional stream and send the following TCPRequest message:
For each TCP connection, the client MUST create a new QUIC bidirectional stream and send the following TCPRequest message:

```
[varint] 0x401 (TCPRequest ID)
Expand Down

0 comments on commit 5c423d1

Please sign in to comment.