Expand description
minimal mDNS service with continuous discovery, record caching, and service registration.
this provides a long-running service that:
- Runs continuous discovery with periodic re-queries
- Caches discovered records with TTL-based expiration
- Registers local services and responds to incoming mDNS queries
Structs§
- Cached
Record - Mdns
Service - Long-running mDNS service with discovery, caching, and service registration.
- Record
Cache - Cache of DNS resource records, keyed by “lowercase name, record type”.
- Service
Registration - Description of a local service to advertise via mDNS.
Enums§
- Mdns
Event - Events emitted by the mDNS service to the user.