mjansson / mdns

Public domain mDNS/DNS-SD library in C
The Unlicense
470 stars 120 forks source link

Support for continuous multicast DNS querying #7

Closed IoanCosminSzanto closed 5 years ago

IoanCosminSzanto commented 5 years ago

In the current implementation the querying is done one-shot, in mdns_query_send the transaction id is set and it is checked in mdns_query_recv if the matching response if for this transaction (one-shot multicast DNS queries). The implementation should also permit for continuous multicast DNS querying in which mdns_query_recv does not check the transaction id and the application is responsible if more responses are required, more information here