Struct libp2p::mdns::service::MdnsResponse [−][src]
pub struct MdnsResponse { /* fields omitted */ }
A received mDNS response.
Implementations
impl MdnsResponse
[src]
impl MdnsResponse
[src]pub fn discovered_peers(&self) -> impl Iterator<Item = &MdnsPeer>
[src]
Returns the list of peers that have been reported in this packet.
Note: Keep in mind that this will also contain the responses we sent ourselves.
pub fn remote_addr(&self) -> &SocketAddr
[src]
Source address of the packet.