]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/io: use recvmmsg for master sockets, recvmsg otherwise
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 15 Jul 2015 15:19:43 +0000 (17:19 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 15 Jul 2015 15:20:15 +0000 (17:20 +0200)
commit3600b073e1bb2c71a509dd0cdf1a70254efc49e7
tree7bbac1a104826c8f06f295cc0ccd18a891ce164f
parent8f9faa266fffbc046caf34a111e022929c55e6f5
daemon/io: use recvmmsg for master sockets, recvmsg otherwise

this applies for Linux with recvmmsg() support only
daemon/io.c