]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-cache.c
resolved: add more linked packets for overlong known answers 2128/head
authorDaniel Mack <daniel@zonque.org>
Wed, 9 Dec 2015 12:09:35 +0000 (13:09 +0100)
committerDaniel Mack <daniel@zonque.org>
Thu, 10 Dec 2015 09:21:50 +0000 (10:21 +0100)
commit261f3673c197ff7e52722c212ae63baf853b6896
treeee0b3e425fcd2773274ba1a80b74960fd4ae6504
parent80a62095dc5af36d9f46de693f3a84835bc28e96
resolved: add more linked packets for overlong known answers

For mDNS, if we're unable to stuff all known answers into the given packet,
allocate a new one, push the RR into that one and link it to the current
one.
src/resolve/resolved-dns-cache.c
src/resolve/resolved-dns-scope.c