]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3183] Minor: added a todo comment in perfdhcp.
authorMarcin Siodelski <marcin@isc.org>
Mon, 28 Oct 2013 13:35:43 +0000 (14:35 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 28 Oct 2013 13:35:43 +0000 (14:35 +0100)
tests/tools/perfdhcp/tests/packet_storage_unittest.cc

index 15ba01296f673f9e8ed95c202206d9849edc0594..b6e415b8349d009de250ab18a3f5240bc54490c8 100644 (file)
@@ -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;