mjansson / mdns

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

Support continuous queries #25

Closed mjansson closed 3 years ago

mjansson commented 4 years ago

Implement support for a full featured service with continuous multicast queries as outlined in section 5.2 of RFC 6762 (https://tools.ietf.org/html/rfc6762#section-5)

paulocoutinhox commented 4 years ago

+1

paulocoutinhox commented 3 years ago

Hi,

It will be developed.

And thanks for this great library.

Thanks.

mjansson commented 3 years ago

I have looked into this and decided it is a task that is beyond the scope of this header-only library. Doing a full features continuous mDNS service in a non-allocating header library is just not feasible right now.

I might revisit this in the future, but for now it is put on the back burner.