Date: Mon, 16 Oct 2017 05:44:16 +0000 X-Mailer: MIME-tools 5.508 (Entity 5.508) Content-Type: text/plain; charset="utf-8" Message-ID: From: ondrej@isc.org Subject: Use recvmmsg and sendmmsg where available Content-Disposition: inline To: bind-suggest@isc.org X-RT-Interface: Web Content-Transfer-Encoding: binary MIME-Version: 1.0 X-RT-Original-Encoding: utf-8 Content-Length: 246 There's a quite big performance gain when using recvmmsg and sendmmsg family of functions where available (Linux >= 3.0 + glibc >= 2.14, FreeBSD >= 11.0). The code around socket handling might have to be refactored to gain a real benefit though.