]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#553] Improved bound address comments
authorFrancis Dupont <fdupont@isc.org>
Tue, 7 Jul 2020 10:47:09 +0000 (12:47 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 7 Jul 2020 10:48:27 +0000 (12:48 +0200)
src/lib/dhcp/iface_mgr.h

index ced67c88a4ed8a7a42121190ab5cbb2bf7681594..2a75846d5991723340585c16feee38eeb9ee207a 100644 (file)
@@ -774,10 +774,10 @@ public:
     /// @brief Clears unicast addresses on all interfaces.
     void clearUnicasts();
 
-    /// @brief Clears bound addresses.
+    /// @brief Clears the addresses all sockets are bound to.
     void clearBoundAddresses();
 
-    /// @brief Collect bound addresses.
+    /// @brief Collect the addresses all sockets are bound to.
     void collectBoundAddresses();
 
     /// @brief Return most suitable socket for transmitting specified IPv6 packet.