### Description With https://github.com/libp2p/rust-libp2p/pull/4371 merged, we have the foundation of https://github.com/libp2p/rust-libp2p/issues/4302 implemented. `libp2p-mdns` needs to be extended to emit this new event whenever it discovers a new address via mDNS. ### Motivation Other behaviours should be able to learn the addresses discovered by mDNS. ### Current Implementation Only mDNS knows about its discovered addresses. ### Are you planning to do it yourself in a pull request ? No