diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-06 15:04:36 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-06 16:56:35 +0200 |
commit | ac2e5ed796ad2168c1a5749cb8a17076482f613a (patch) | |
tree | 06d1268043fbf7905bc8f77459c6d2177cc547fa /README.md | |
parent | f9bd7d29ced8e596aeaab2258bc7f56f14521a2e (diff) |
CI: fix minimum supported libnDPI version
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4.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. |