From 5012e53c290b0bb60c4b4617f4ccaa7b63a6927f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 28 Mar 2017 10:17:33 +0100 Subject: [PATCH] unbound: Re-use UDP sockets This will make UDP queries faster Signed-off-by: Michael Tremer --- src/initscripts/system/unbound | 1 + 1 file changed, 1 insertion(+) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 6ea49f5d80..00dc301e19 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -262,6 +262,7 @@ write_tuning_conf() { # We run one thread per processor echo "num-threads: ${processors}" + echo "so-reuseport: yes" # Adjust number of slabs echo "infra-cache-slabs: ${slabs}" -- 2.39.2