]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make nm->recvbuf larger and heap allocated, to allow uv_recvmmsg usage.
authorWitold Kręcicki <wpk@isc.org>
Wed, 29 Jan 2020 12:16:04 +0000 (13:16 +0100)
committerWitold Kręcicki <wpk@isc.org>
Tue, 18 Feb 2020 13:21:16 +0000 (14:21 +0100)
commit85c2f8dab5968630cd1287c5658f1ddedf9206af
tree93908a4710c7aa6139dc2dce93113633278e7008
parent4880224a6aa00eef8fc6dac362128d488ba72844
Make nm->recvbuf larger and heap allocated, to allow uv_recvmmsg usage.

Upcoming version of libuv will suport uv_recvmmsg and uv_sendmmsg. To
use uv_recvmmsg we need to provide a larger buffer and be able to
properly free it.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c