aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-09-29 17:48:24 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-09-29 18:05:31 +0200
commit1a7342e7984e31c1c3fb60583499c744cb28b2ad (patch)
treee52eb63a8207c0a4be31f9b29ece65240c3537c3 /config.h
parent9e4e41e5f6dd6388cb19390615e1e7430a0687ea (diff)
nDPIsrvd: Added very important warning and use UDS now by default.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8caa3d08e..4ae7e221d 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +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_UNIX_SOCKET "/tmp/ndpid-distributor.sock"
#define DISTRIBUTOR_HOST "127.0.0.1"
#define DISTRIBUTOR_PORT 7000