]> 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 11:17:55 +0000 (12:17 +0100)
commita0d36d760199e71281e17fa8e4bb276a7cabf839
treeb53fa15dcedda24bde20311245053ddb667b980e
parentb9c660a023c4b61da77c0f284f936f3de70d3467
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