diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-09-05 17:52:34 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-09-05 17:52:34 +0200 |
commit | ab374d193f2637489f7d1615d15057c97ec7f5e6 (patch) | |
tree | 7605097eab83d669f909b080a6fba69ca0b63cea /config.h | |
parent | ec101fbc0f7b5d771638e54d083f2457fa6511c2 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |