From cdc20568c4cc20c6c453d1664b8ee3505c22c8af Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 25 Jun 2020 15:27:38 +0200 Subject: [PATCH] [#1264] Addressed last comment --- src/lib/hooks/hooks_user.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/hooks/hooks_user.dox b/src/lib/hooks/hooks_user.dox index e927938a7d..7f2ff8caab 100644 --- a/src/lib/hooks/hooks_user.dox +++ b/src/lib/hooks/hooks_user.dox @@ -1536,7 +1536,7 @@ used simultaneously by different threads must be thread safe. To mark the difference between this and the other thread safety requirement this is called "generic thread safe". -When multi-threaded packet processing is enabled Kea servers perform +When multi-threaded packet processing is enabled, Kea servers perform some actions by the main thread and packet processing by members of a thread pool. The multi-threading mode is returned by: @code -- 2.47.2