From: Marcin Siodelski Date: Mon, 28 Oct 2013 13:35:43 +0000 (+0100) Subject: [3183] Minor: added a todo comment in perfdhcp. X-Git-Tag: bind10-1.2.0beta1-release~102^2~36^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=445a1ea248aee12202c7e076f7b85192384f57fd;p=thirdparty%2Fkea.git [3183] Minor: added a todo comment in perfdhcp. --- diff --git a/tests/tools/perfdhcp/tests/packet_storage_unittest.cc b/tests/tools/perfdhcp/tests/packet_storage_unittest.cc index 15ba01296f..b6e415b834 100644 --- a/tests/tools/perfdhcp/tests/packet_storage_unittest.cc +++ b/tests/tools/perfdhcp/tests/packet_storage_unittest.cc @@ -24,6 +24,9 @@ using namespace isc; using namespace isc::dhcp; using namespace perfdhcp; +/// @todo Implement the tests which use Pkt4 objects once the support for +/// DHCPv4 renewals / releases is added. + /// The number of packets in the test storage. const unsigned int STORAGE_SIZE = 20;