libp2p / py-libp2p

The Python implementation of the libp2p networking stack 🐍 [under development]
https://libp2p.io
Other
478 stars 106 forks source link

Add QUIC transport support #463

Open dhuseby opened 6 months ago

dhuseby commented 6 months ago

Python has an RFC9000 compatible QUIC library: https://pypi.org/project/aioquic/

This task is to add QUIC transport support.