Parcourir la source

[3183] Minor: added a todo comment in perfdhcp.

Marcin Siodelski il y a 11 ans
Parent
commit
445a1ea248
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      tests/tools/perfdhcp/tests/packet_storage_unittest.cc

+ 3 - 0
tests/tools/perfdhcp/tests/packet_storage_unittest.cc

@@ -24,6 +24,9 @@ using namespace isc;
 using namespace isc::dhcp;
 using namespace isc::dhcp;
 using namespace perfdhcp;
 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.
 /// The number of packets in the test storage.
 const unsigned int STORAGE_SIZE = 20;
 const unsigned int STORAGE_SIZE = 20;