Closed sunhuachuang closed 3 years ago
QUIC-like UDP without it's cryptography, because we has our cryptogrpahy protocol.
we need a udp transport, because many connection will incoming, so tcp socket has limit number, it is better to use UDP.
(WIP)
quinn-proto maybe the reference.
QUIC added. and set as default transport.
What ?
QUIC-like UDP without it's cryptography, because we has our cryptogrpahy protocol.
Why ?
we need a udp transport, because many connection will incoming, so tcp socket has limit number, it is better to use UDP.
How ?
(WIP)