diff options
author | lns <matzeton@googlemail.com> | 2023-05-30 12:40:44 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2023-05-31 12:53:49 +0200 |
commit | 2b1db0a556c31f15e2fcff0c127781fb91c0b402 (patch) | |
tree | c833e11886f5ef03b7564e31108f5d1abd000f1e /README.md | |
parent | d8c20d37e53a901d5c44ec2346f7ca21439a60cb (diff) |
Required libnDPI version increases (>=4.8.0) due to an API change.
* fix CI issues
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ The purpose of this software is not to spy on others, but to detect network anom # Abstract nDPId is a set of daemons and tools to capture, process and classify network traffic. -It's minimal dependencies (besides a half-way modern c library and POSIX threads) are libnDPI (> 4.4.0 or current github dev branch) and libpcap. +It's minimal dependencies (besides a half-way modern c library and POSIX threads) are libnDPI (>= 4.8.0 or current github dev branch) and libpcap. The daemon `nDPId` is capable of multithreading for packet processing, but w/o mutexes for performance reasons. Instead synchronization is achieved by a packet distribution mechanism. |