nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

add QUIC transport #199

Closed rink1969 closed 4 years ago

rink1969 commented 4 years ago

QUIC looks better than TCP about performance and security.

Related Issue https://github.com/citahub/rfcs/issues/1

yejiayu commented 4 years ago

We are testing the performance gap between TCP and QUIC in a weak network.

see cryptape/muta-internal#147