]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: add mDNS packet dispatcher
authorDaniel Mack <daniel@zonque.org>
Sat, 11 Jul 2015 00:44:59 +0000 (20:44 -0400)
committerDaniel Mack <daniel@zonque.org>
Tue, 8 Dec 2015 15:51:40 +0000 (16:51 +0100)
commit124602aea81a27dda02e898798a18f95bf03734e
tree6e5852fda0e18a221539cfbdcf633cda7a7450af
parentd84e543d927926fbcc6a5eec730b4db97d9272c7
resolved: add mDNS packet dispatcher

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.
src/resolve/resolved-mdns.c