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.