keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
96 stars 37 forks source link

move DnsCache into its own module #221

Closed keepsimple1 closed 4 months ago

keepsimple1 commented 4 months ago

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