aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2023-05-30 12:40:44 +0200
committerlns <matzeton@googlemail.com>2023-05-31 12:53:49 +0200
commit2b1db0a556c31f15e2fcff0c127781fb91c0b402 (patch)
treec833e11886f5ef03b7564e31108f5d1abd000f1e /README.md
parentd8c20d37e53a901d5c44ec2346f7ca21439a60cb (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abe7cfbc2..993610531 100644
--- a/README.md
+++ b/README.md
@@ -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.