summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@debian.org>2017-06-06 12:58:44 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-06-06 18:12:52 +0200
commitdbfdea75ef9dfcae0d09044c65b2372c7483d0f7 (patch)
tree8be7085920fd223c230c6e765591d707f5f2998b /include
parent6feded70f54c5df11600b708825c1466b0d9090e (diff)
conntrackd: deprecate unix backlog configuration
This configuration option doesn't add any value to users. Use the magic value of 100 (i.e, the socket will keep 100 pending connections), which I think is fair enough for what conntrackd can do in the unix socket. Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/local.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/local.h b/include/local.h
index f9121b1..22859d7 100644
--- a/include/local.h
+++ b/include/local.h
@@ -6,7 +6,6 @@
#endif
struct local_conf {
- int backlog;
int reuseaddr;
char path[UNIX_PATH_MAX];
};