diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-09-09 19:32:08 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-09-10 19:32:08 +0200 |
commit | e42e3fe406c30bec09fe3be0c6bacd1efac44950 (patch) | |
tree | d5387f314725c83af1eefd4dab39c8b9a02cebbf /README.md | |
parent | 96b0a8a4749f56244b9d6841de3696ab7fe1fd0e (diff) |
Serialize nDPId / libnDPI versions within daemon events.
* changed nDPI version hints / requirements
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
@@ -16,7 +16,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.8.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.6.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. |