keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
104 stars 39 forks source link

move DnsCache into its own module #221

Closed keepsimple1 closed 6 months ago

keepsimple1 commented 6 months ago

I think DnsCache should be in its own module, instead of being buried in service_daemon module. No changes to business logic.