From 17c2a217ce02a404b36657342fab7b1aa89e451f Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 13 Sep 2019 10:14:21 -0400 Subject: [PATCH] Update kea multithreading packet processing requirements --- kea-multithreading-packet-processing-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kea-multithreading-packet-processing-requirements.md b/kea-multithreading-packet-processing-requirements.md index 9efb940..46ca456 100644 --- a/kea-multithreading-packet-processing-requirements.md +++ b/kea-multithreading-packet-processing-requirements.md @@ -5,8 +5,8 @@ * It must be configurable in the configuration file, at run-time using control channel commands or on the command line (still in discussion). * It must improve the server performance with at least a factor of %% (still in discussion - best scenario: should scale linearly with the increase of CPU count) * Should not have impact on the old server functionality if the feature is disabled -* It might support Memfile and Cassanra back-ends -* It might support using hooks (some, all or none) +* It might support Memfile and Cassandra back-ends (disable the feature if configured with these back-ends) +* It might support using hooks (some, all or none) (disable the feature if configured with unsupported hooks) ***As the development goes further and the design is perfected, these requirements must be updated.***