Struct libp2p::mdns::service::MdnsQuery [−][src]
pub struct MdnsQuery { /* fields omitted */ }A received mDNS query.
Implementations
impl MdnsQuery[src]
impl MdnsQuery[src]pub fn remote_addr(&self) -> &SocketAddr[src]
Source address of the packet.
pub fn query_id(&self) -> u16[src]
Query id of the packet.