Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | resolved: llmnr, mdns: simplify error handling | Daniel Mack | |
sd_event_add_io() returns the error directly and does not mess with errno. | |||
2015-12-08 | resolved: add mDNS packet dispatcher | Daniel Mack | |
Add the packet dispatching routine for mDNS. It differs to what LLMNR and DNS dispatchers do in the way it matches incoming packets. In mDNS, we actually handle all incoming packets, regardless whether we asked for them earlier or not. | |||
2015-12-08 | resolved: add infrastructure for mDNS related sockets | Daniel Mack | |
Just hook up mDNS listeners with an empty packet dispather function, introduce a config directive, man page updates etc. |