aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-06-06 00:31:59 +0200
committerlns <matzeton@googlemail.com>2022-06-06 00:34:13 +0200
commit3caf7727fd65e32e88d6e9153824b2dde68ade91 (patch)
tree952a939fd2ebc6252621719882d851e6b297114c /README.md
parentf5b002141300df8fcfe48ebcbd697c9227815559 (diff)
bump libnDPI to 0b3f8ed849cdf9971224c49a3958f0904a2bbbb5
* README/nDPId: fixed typ0 Signed-off-by: lns <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 4b6237bc7..eb30b1b51 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.2.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.