rs-ipfs / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
1.27k stars 164 forks source link

mdns #448

Open koivunej opened 3 years ago

koivunej commented 3 years ago

mdns was disabled during #446 for dependency issues it causes, and additional async-io dependency with the latest rust-libp2p. It might be a good idea to look into restoring mdns-tokio feature to rust-libp2p following the examples in libp2p-{tcp,dns}. The dependency conflict caused must be related to the old rust-cid version we still depend on.

dariusc93 commented 2 years ago

Do you know if this is the dependency issue is still on going?