aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-05-14 00:16:47 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-05-14 00:16:47 +0200
commit9ffaeef24d167bc1b99446bc07c7765c3375f776 (patch)
tree803549d85df41dfb20b3e733c6fb9fa466c4c7c9 /README.md
parent3a0fbe74333481d9f54aa18344f77c06f43937bf (diff)
README.md update
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 86bd25706..f59869254 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.6.0 or current github dev branch) and libpcap.
+It's only dependencies (besides a half-way modern c library and POSIX threads) are libnDPI (>= 3.5.0 or 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.