dennis-tra / pcp

📦 Command line peer-to-peer data transfer tool based on libp2p.
Apache License 2.0
1.07k stars 57 forks source link

explicitly enable quic protocol listener (default disable) #21

Closed optman closed 2 years ago

optman commented 2 years ago

Without these lines, there will be no quic listener.

dennis-tra commented 2 years ago

True, the quic transport is configured by default but only TCP listen addresses. For reference:

https://github.com/libp2p/go-libp2p/blob/f0db9cc407a2982faa5a04563ad5fc48326932ce/defaults.go#L69

Thanks for pointing that out!