Crate uwuhi_async

Source
Expand description

An async implementation of DNS, mDNS, and (m)DNS-based Service Discovery.

Modules§

name
Domain names and labels.
packet
(m)DNS packet decoder and encoder.
resolver
DNS name resolution.
service
Service discovery and advertising.
tap
mDNS traffic tapping.

Enums§

Error
Non-I/O errors that may occur during message decoding.

Constants§

DNS_BUFFER_SIZE
Size of unicast DNS message buffers.
MDNS_BUFFER_SIZE
Size of multicast DNS message buffers.