Expand description

Multicast protocol related components for DNS

Re-exports

  • pub use self::mdns_stream::MDNS_IPV4;
  • pub use self::mdns_stream::MDNS_IPV4;
  • pub use self::mdns_stream::MDNS_IPV6;
  • pub use self::mdns_stream::MDNS_IPV6;

Structs

  • mDNS ipv4 address https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xhtml
  • link-local mDNS ipv6 address https://www.iana.org/assignments/ipv6-multicast-addresses/ipv6-multicast-addresses.xhtml
  • A future that resolves to an MdnsClientStream
  • A UDP client stream of DNS binary packets
  • A UDP stream of DNS binary packets

Enums