summaryrefslogtreecommitdiff
path: root/nDPId-test.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-01-31 20:38:58 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-01-31 20:54:02 +0100
commit1a0d7ddbfaccc20e081a2fcd0a27495c166e1dbe (patch)
tree05195d13f935abf90f48b06a381c0a847d55fc18 /nDPId-test.c
parent7022d0b1c57b4b6233fc2bd89d03328a5f90208e (diff)
Process additional layer 3 protocols.
* bump libnDPI to c53c82d4823b5a8f856d1375155ac5112b68e8af * run_tests.sh: improved execution from non-git directories e.g. via `make dist` * updated JSON schema to be more restrictive * nDPId: splitted generic get_ip_from_sockaddr into IPv4/IPv6 to prevent compiler warnings on some platforms Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId-test.c')
-rw-r--r--nDPId-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nDPId-test.c b/nDPId-test.c
index c50056375..7430aed95 100644
--- a/nDPId-test.c
+++ b/nDPId-test.c
@@ -27,13 +27,13 @@ enum
PIPE_nDPIsrvd = 0, /* nDPIsrvd mock pipefd array index */
PIPE_TEST_WRITE = 1, /* Distributor (data from nDPIsrvd) write */
- PIPE_TEST_READ = 0, /* Distributor (print to stdout) read */
+ PIPE_TEST_READ = 0, /* Distributor (do some validation tests) read */
PIPE_NULL_WRITE = 1, /* Distributor (data from nDPIsrvd) write */
- PIPE_NULL_READ = 0, /* Distributor (do nothing) read */
+ PIPE_NULL_READ = 0, /* Distributor (print to stdout) read */
PIPE_FDS = 2,
- MAX_REMOTE_DESCRIPTORS = 3
+ MAX_REMOTE_DESCRIPTORS = 3 /* mock pipefd's + 2 * distributor pipefd's */
};
struct thread_return_value