aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-07-14 04:09:15 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-07-14 04:09:15 +0200
commitef94b83a62b4d1c7cefd8982f0bcadfc0b1f097c (patch)
tree1e310ff0cb9d17a6a118e5d7a6d91445160b1b03 /README.md
parentfc442180da85fa7dd9804a05b8d7d979c383a086 (diff)
Replaced outdated nDPI version info with the correct one.
* add CI job to verify the lowest known-to-work-libnDPI-version 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 eb54f0d58..8ebb7f4be 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# 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.2.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.4.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.