diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-05 23:30:53 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-11-06 12:58:55 +0100 |
commit | 7515c8aeec3f6e60aa7e97e6903f6306ca7af34e (patch) | |
tree | 2583c254db17121facfd4b6b43cfe44abc064c55 /config.h | |
parent | 25f4ef74acb73340bd7cba7a7d45ab7191232283 (diff) |
Experimental systemd support.
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
@@ -45,7 +45,7 @@ /* nDPIsrvd default config options */ #define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid" -#define nDPIsrvd_MAX_REMOTE_DESCRIPTORS 32 +#define nDPIsrvd_MAX_REMOTE_DESCRIPTORS 128 #define nDPIsrvd_MAX_WRITE_BUFFERS 1024 #endif |