mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
1.2 KiB
1.2 KiB
brook quicserver protocol
Client --TCP over QUIC Stream--> Server
This is the same as the brook server protocol, except that the QUIC Stream is used instead of TCP
Server --TCP over QUIC Stream--> Client
This is the same as the brook server protocol, except that the QUIC Stream is used instead of TCP
Client --UDP over QUIC Datagram--> Server
This is the same as the brook server protocol, except that the QUIC Datagram is used instead of UDP
The maximum length of datagram is 1197 now, and may change in the future
Server --UDP over QUIC Datagram--> Client
This is the same as the brook server protocol, except that the QUIC Datagram is used instead of UDP
The maximum length of datagram is 1197 now, and may change in the future