]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dnsdist-console.cc 8531/head
authorphonedph1 <phoned@gmail.com>
Wed, 13 Nov 2019 21:38:58 +0000 (14:38 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 21:38:58 +0000 (14:38 -0700)
pdns/dnsdist-console.cc

index 75ef60d9d5cbda136c09eada772dc5d7aa80058c..c6a9b8132abac0a0607d7dcd44f7309ba2713fa7 100644 (file)
@@ -512,7 +512,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{
   { "setMaxTCPConnectionsPerClient", true, "n", "set the maximum number of TCP connections per client. 0 means unlimited" },
   { "setMaxTCPQueriesPerConnection", true, "n", "set the maximum number of queries in an incoming TCP connection. 0 means unlimited" },
   { "setMaxTCPQueuedConnections", true, "n", "set the maximum number of TCP connections queued (waiting to be picked up by a client thread)" },
-  { "setMaxUDPOutstanding", true, "n", "set the maximum number of outstanding UDP queries to a given backend server. This can only be set at configuration time and defaults to 10240" },
+  { "setMaxUDPOutstanding", true, "n", "set the maximum number of outstanding UDP queries to a given backend server. This can only be set at configuration time and defaults to 65535" },
   { "setPayloadSizeOnSelfGeneratedAnswers", true, "payloadSize", "set the UDP payload size advertised via EDNS on self-generated responses" },
   { "setPoolServerPolicy", true, "policy, pool", "set the server selection policy for this pool to that policy" },
   { "setPoolServerPolicyLua", true, "name, func, pool", "set the server selection policy for this pool to one named 'name' and provided by 'function'" },