]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson.build: disable sendmmsg by default for now
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 5 Aug 2019 11:52:01 +0000 (13:52 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 5 Aug 2019 14:39:01 +0000 (16:39 +0200)
Most users probably aren't much interested in slight reduction of CPU
usage, and we want to give it some more testing before enabling.

meson_options.txt

index e48cf67a31feaf2fad8988dc549c9929331b3c9d..65466375ab0d5237ed5aba4538f6d9161c164215 100644 (file)
@@ -71,7 +71,7 @@ option(
     'enabled',
     'disabled',
   ],
-  value: 'auto',
+  value: 'disabled', # for now; LATER: 'auto',
   description: 'use sendmmsg syscall towards clients',
 )