From 46824f5d9ed7fdadc41fbe1b7b817c1d2da19ac3 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Fri, 13 Sep 2019 11:48:52 -0400 Subject: [PATCH] Update kea multithreading packet processing requirements --- kea-multithreading-packet-processing-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea-multithreading-packet-processing-requirements.md b/kea-multithreading-packet-processing-requirements.md index 9b40a31..55e75e3 100644 --- a/kea-multithreading-packet-processing-requirements.md +++ b/kea-multithreading-packet-processing-requirements.md @@ -2,9 +2,9 @@ # The initial requirements of the kea multi-threading packet processing design: +* It must be supported by DHCPv4 and DHCPv6 servers * It must not break the DHCP protocol (obviously) * It must compile and use supported dependencies on all supported platforms (obviously) -* It must be supported by DHCPv4 and DHCPv6 servers * It must support MySql and PgSql back-ends * It must be configurable in the configuration file, at run-time using control channel commands or on the command line (still in discussion). * Should not have impact on the old server functionality if the feature is disabled