CympleTech / chamomile

Lightweight p2p library. Support build robust connection on decentralized network.
Apache License 2.0
113 stars 18 forks source link

RFC: QUIC-like UDP transport. #15

Closed sunhuachuang closed 3 years ago

sunhuachuang commented 3 years ago

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)

sunhuachuang commented 3 years ago

quinn-proto maybe the reference.

sunhuachuang commented 3 years ago

QUIC added. and set as default transport.