mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-30 01:42:22 +00:00
Increased network buffer size for python scripts (and raise exception if capacity reached).
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
4
config.h
4
config.h
@@ -7,6 +7,10 @@
|
||||
#define DISTRIBUTOR_HOST "127.0.0.1"
|
||||
#define DISTRIBUTOR_PORT 7000
|
||||
|
||||
/*
|
||||
* NOTE: Buffer size needs to keep in sync with other implementations
|
||||
* e.g. dependencies/nDPIsrvd.py
|
||||
*/
|
||||
#define NETWORK_BUFFER_MAX_SIZE 9728 /* 8192 + 1024 + 512 */
|
||||
|
||||
/* nDPId default config options */
|
||||
|
||||
Reference in New Issue
Block a user