aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-11-05 16:00:47 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-11-05 16:00:47 +0100
commit17c21e1d27a90b394873a0e80e5d6992f4b985ee (patch)
tree6c6d5ce5abc2232118c495d993777eb9c899f6c7 /README.md
parent5fb706e9a68dcd29a7a9a510068e10556451ac07 (diff)
Updated ToDo and added ChangeLog.
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 dbf18023c..103272c77 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,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.6.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.