keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
88 stars 38 forks source link

refresh PTR records #217

Closed keepsimple1 closed 1 month ago

keepsimple1 commented 1 month ago

This is to fix issue #216 :

  1. In DNS records refresh, currently we always send query for DNS name of service instances. This won't refresh PTR records as their names are the service type (ty_domain), not the instance name.

  2. Also added missing timers for refresh.