diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-09-29 17:48:24 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-09-29 18:05:31 +0200 |
commit | 1a7342e7984e31c1c3fb60583499c744cb28b2ad (patch) | |
tree | e52eb63a8207c0a4be31f9b29ece65240c3537c3 /config.h | |
parent | 9e4e41e5f6dd6388cb19390615e1e7430a0687ea (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |