From a91aab493c3afd2b95fd1368cac1a3bd1b144694 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 15 Sep 2025 15:09:18 +0200 Subject: [PATCH] fixed spelling issue Signed-off-by: Toni Uhlig --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448d0aaf2..3e50be286 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,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. -Its minimal dependencies (besides a half-way modern C library and POSIX threads) are libnDPI (>=4.13.0 or current github dev branch) and libpcap. +Its minimal dependencies (besides a to some extent modern C library and POSIX threads) are libnDPI (>=4.13.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.