]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2780] Implemented FLQ allocator
authorMarcin Siodelski <marcin@isc.org>
Thu, 2 Mar 2023 10:19:37 +0000 (11:19 +0100)
committerMarcin Siodelski <msiodelski@gmail.com>
Wed, 29 Mar 2023 12:43:39 +0000 (14:43 +0200)
commit7b93da8dfaeb5aee77a6599d293ffbcddbc625dc
tree9bc3049212ed0f1b175b8553972bf5e1ea8ddce8
parent3ee0c5192fc1acbc5ae9e543bb9d0d2d8364dcff
[#2780] Implemented FLQ allocator
src/bin/dhcp4/ctrl_dhcp4_srv.cc
src/lib/dhcpsrv/Makefile.am
src/lib/dhcpsrv/allocator.h
src/lib/dhcpsrv/flq_allocation_state.cc [new file with mode: 0644]
src/lib/dhcpsrv/flq_allocation_state.h [new file with mode: 0644]
src/lib/dhcpsrv/flq_allocator.cc [new file with mode: 0644]
src/lib/dhcpsrv/flq_allocator.h [new file with mode: 0644]
src/lib/dhcpsrv/tests/Makefile.am
src/lib/dhcpsrv/tests/flq_allocation_state_unittest.cc [new file with mode: 0644]
src/lib/dhcpsrv/tests/flq_allocator_unittest.cc [new file with mode: 0644]