keepsimple1 / mdns-sd

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

support multiple questions in send_query_vec #194

Closed keepsimple1 closed 2 months ago

keepsimple1 commented 2 months ago

This is a follow-up to: https://github.com/keepsimple1/mdns-sd/pull/185#pullrequestreview-1947634090 (point 2)

By sending multiple questions in one datagram, we can reduce network traffic and improve the efficiency.