]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
dnstap unbound-dnstap-sock, fixup constant defines.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 31 Jan 2020 09:05:00 +0000 (10:05 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 31 Jan 2020 09:05:00 +0000 (10:05 +0100)
dnstap/unbound-dnstap-socket.c

index d854ef435661c416689d194fc685565e11fe8b2c..217df1c87c7c75a417177c214223786d16f39d19 100644 (file)
@@ -65,7 +65,7 @@
 #include "dnstap/dnstap.pb-c.h"
 #include "util/config_file.h"
 
-#define DNSTAP_CONTENT_TYPE             "protobuf:dnstap.Dnstap"
+/** listen backlog on TCP connections for dnstap logs */
 #define LISTEN_BACKLOG 16
 
 /** usage information for streamtcp */