Florian Zschocke

Results 3 issues of Florian Zschocke

This PR should be the final step towards adding support for IPv6. (#10) Two specific changes should be reviewed with respect to whether they are acceptable this way. First, I...

https://github.com/troglobit/mdnsd/blob/4570d3e597a986c2d80cc5e629b500ed9977c9fe/src/mdnsd.c#L432-L440 Why does this reload case do a `sys_init` (which runs `conf_init` on each interface), and then removes all records and calls a `conf_init` again on every interface? I am...

I noticed that the library will ignore `txt` entries that have only a key but no value, i.e. are of the form `txt key`. Is there a reason other than...