Files
Archive/brook/protocol/brook-quicserver-protocol.md
2024-03-05 02:32:38 -08:00

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