aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-09-05 17:52:34 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-09-05 17:52:34 +0200
commitab374d193f2637489f7d1615d15057c97ec7f5e6 (patch)
tree7605097eab83d669f909b080a6fba69ca0b63cea /config.h
parentec101fbc0f7b5d771638e54d083f2457fa6511c2 (diff)
nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming distributor connections
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 399cd001e..78d99cc78 100644
--- a/config.h
+++ b/config.h
@@ -3,6 +3,7 @@
/* macros shared across multiple executables */
#define COLLECTOR_UNIX_SOCKET "/tmp/ndpid-collector.sock"
+#define DISTRIBUTOR_UNIX_SOCKET "/tmp/npid-distributor.sock"
#define DISTRIBUTOR_HOST "127.0.0.1"
#define DISTRIBUTOR_PORT 7000