aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-02-06 10:49:47 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-02-06 10:49:47 +0100
commit556025b34d53c33d389de33a5c8c162e201d2267 (patch)
tree71d769b8c2ae4d16abe70512f3f89a9bd8dd246c /README.md
parentfeb2583ef680281c827df75e3c3f6d4b97be8d8f (diff)
Removed API version macro check as it's inconsistent on different platforms.
* set min required nDPI version to 4.9.0 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 15cb4b4bf..fa3d4e8f7 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 (>=5.0.0 or current github dev branch) and libpcap.
+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.
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.