Expand description
Koi mDNS - mDNS/DNS-SD service discovery domain.
This crate implements the mDNS capability for Koi. It exposes a domain
boundary via MdnsCore with three faces:
- Commands: Methods that drive domain actions (register, browse, etc.)
- State: Read-only snapshots (admin_status, admin_registrations)
- Events: Broadcast channel for service lifecycle events
Re-exports§
Modules§
Structs§
- Browse
Handle - Handle for an active browse operation.
- Mdns
Core - The core mDNS facade. All adapters interact through this.
Enums§
- Lease
Policy - How a registration proves it’s alive.
Constants§
- MDNS_
PORT - mDNS UDP port.
Functions§
- firewall_
ports - Firewall ports required by the mDNS capability.