dennis-tra / nebula

🌌 A network agnostic DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Apache License 2.0
294 stars 30 forks source link

Downgrade libp2p to support `/quic` #48

Closed dennis-tra closed 9 months ago

dennis-tra commented 9 months ago

I updated go-libp2p due to https://github.com/dennis-tra/nebula/issues/46 but this resulted in many more undialable nodes in the IPFS network. I thought of getting away with just TCP for these nodes but many respond with a "connection refused" error. So in this PR I downgraded go-libp2p to 0.28.3 again :/