aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2025-01-26 01:10:30 +0100
committerToni Uhlig <matzeton@googlemail.com>2025-01-26 01:10:30 +0100
commit4048a8c3007d9297114b7cda2ff12b3b9b6a50a3 (patch)
treed4710b2743c2eaa14416682149713239a6852959 /README.md
parent09b246dbfa230511d5c2c69fce8ea87b1604c17c (diff)
Set minimal required nDPI version to 4.14 (tarball) and 4.13 (git)
Signed-off-by: Toni Uhlig <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 7844b21f9..448d0aaf2 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,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.
-Its minimal dependencies (besides a half-way modern C library and POSIX threads) are libnDPI (>=4.9.0 or current github dev branch) and libpcap.
+Its minimal dependencies (besides a half-way modern C library and POSIX threads) are libnDPI (>=4.13.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.