2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

Update kea multithreading packet processing requirements

Razvan Becheriu 2019-09-13 11:48:52 -04:00
parent 5eb64e9280
commit 46824f5d9e

@ -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