mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-07-25 20:08:34 +00:00
Merge pull request #986 from apernet/fix-protocol-typo
fix: typo in PROTOCOL.md
This commit is contained in:
@@ -66,7 +66,7 @@ After (and only after) a client passes authentication, the server MUST consider
|
|||||||
|
|
||||||
### TCP
|
### 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)
|
[varint] 0x401 (TCPRequest ID)
|
||||||
|
Reference in New Issue
Block a user