dariusc93 / rust-ipfs

The InterPlanetary File System (IPFS), implemented in Rust.
Apache License 2.0
36 stars 7 forks source link

bug: mdns spams `rtnetlink socket closed` #231

Open dariusc93 opened 1 month ago

dariusc93 commented 1 month ago

Whenever the socket closes, it causes logs to spam ERROR libp2p_mdns::behaviour: if watch returned an error: rtnetlink socket closed.

This seem to be a bug upstream in libp2p that has yet to be resolved. See https://github.com/libp2p/rust-libp2p/issues/4287