aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-03-15 14:09:20 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-03-15 14:39:43 +0100
commit1c3ef69faa6927ac732a079c7f8efcb20bf1020e (patch)
tree71a1aea905394aecbbc5ddc2ae8c981e848db2b9 /README.md
parent9a06b97473f1c00aad3780572b5139c930c83b64 (diff)
nDPIsrvd collectd-exec overhaul.
* Install targets updated. * Removed nDPIsrvd.h token validation function (done automatically by token_get). 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 8b511179b..04078d332 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# abstract
nDPId is a set of daemons and tools to capture, process and classify network flows.
-It's only dependencies (besides a half-way modern c library and POSIX threads) are libnDPI (>= 3.3.0) and libpcap.
+It's only dependencies (besides a half-way modern c library and POSIX threads) are libnDPI (>= 3.4.0, current github dev branch) and libpcap.
The core daemon nDPId uses pthread but does use mutexes for performance reasons.
Instead synchronization is achieved by a packet distribution mechanism.