From: Vladimír Čunát Date: Mon, 5 Aug 2019 11:52:01 +0000 (+0200) Subject: meson.build: disable sendmmsg by default for now X-Git-Tag: v4.2.0^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b21a2d3986401afebe2edf4bf4133a84849560;p=thirdparty%2Fknot-resolver.git meson.build: disable sendmmsg by default for now Most users probably aren't much interested in slight reduction of CPU usage, and we want to give it some more testing before enabling. --- diff --git a/meson_options.txt b/meson_options.txt index e48cf67a3..65466375a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -71,7 +71,7 @@ option( 'enabled', 'disabled', ], - value: 'auto', + value: 'disabled', # for now; LATER: 'auto', description: 'use sendmmsg syscall towards clients', )