ETCLabs / RDMnet

Implementation of ANSI E1.33
https://etclabs.github.io/RDMnetDocs
Apache License 2.0
41 stars 12 forks source link

Finish lightweight mDNS querier #45

Closed samkearney closed 4 years ago

samkearney commented 4 years ago

The querier implements the behavior required by RFC 6762 and RFC 6763, except that it does not currently requery records when their TTL is expiring. That is tracked in https://jira.etcconnect.com/browse/RDMNET-169.

samkearney commented 4 years ago

@nwagner I added all of the utility functions you pointed out.