Available on crate feature
mdns
only.Expand description
Multicast protocol related components for DNS
Structs§
- Mdns
Client Connect tokio-runtime
A future that resolves to an MdnsClientStream - Mdns
Client Stream tokio-runtime
A UDP client stream of DNS binary packets - Mdns
Stream tokio-runtime
A UDP stream of DNS binary packets
Enums§
- See rfc6762 details on these different types.
Statics§
- MDNS_
IPV4 tokio-runtime
mDNS ipv4 address, see multicast-addresses - MDNS_
IPV6 tokio-runtime
link-local mDNS ipv6 address, see ipv6-multicast-addresses