BIND 10 trac3183, updated. 5bb29d3c8d9f318fd4242e3c5a34a59b70964311 [3183] Typo correction and one todo added.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 25 10:06:27 UTC 2013


The branch, trac3183 has been updated
       via  5bb29d3c8d9f318fd4242e3c5a34a59b70964311 (commit)
      from  276e655555df9302ba56ea5520a5713d1915bd7f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5bb29d3c8d9f318fd4242e3c5a34a59b70964311
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Oct 25 12:06:19 2013 +0200

    [3183] Typo correction and one todo added.

-----------------------------------------------------------------------

Summary of changes:
 tests/tools/perfdhcp/packet_storage.h |    2 +-
 tests/tools/perfdhcp/test_control.h   |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/packet_storage.h b/tests/tools/perfdhcp/packet_storage.h
index 45d01cc..2adb070 100644
--- a/tests/tools/perfdhcp/packet_storage.h
+++ b/tests/tools/perfdhcp/packet_storage.h
@@ -29,7 +29,7 @@ namespace perfdhcp {
 /// The main purpose of this class is to support sending Renew and Release
 /// messages from perfdhcp. The Renew and Release messages are sent for existing
 /// leases only. Therefore, the typical use case for this class is that it holds
-/// a list of Rely messages sent by the server in response to Request messages.
+/// a list of Reply messages sent by the server in response to Request messages.
 /// The Request messages hold addresses and/or IPv6 prefixes acquired so they
 /// can be used to identify existing leases. When perfdhcp needs to send Renew
 /// or Release message, it will access one of the elements on this list and
diff --git a/tests/tools/perfdhcp/test_control.h b/tests/tools/perfdhcp/test_control.h
index 95df395..26adf9f 100644
--- a/tests/tools/perfdhcp/test_control.h
+++ b/tests/tools/perfdhcp/test_control.h
@@ -308,6 +308,9 @@ protected:
     /// can be sent at the given rate. Note that the Renew packets
     /// are generated for the existing leases, represented here as
     /// replies from the server.
+    /// @todo Instead of cleaning packets periodically we could
+    /// just stop adding new packets when the certain threshold
+    /// has been reached.
     void cleanCachedPackets();
 
     /// \brief Creates IPv6 packet using options from Reply packet.



More information about the bind10-changes mailing list