]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3983] Description updated.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 21 Aug 2015 10:36:09 +0000 (12:36 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 21 Aug 2015 10:36:09 +0000 (12:36 +0200)
src/lib/dhcpsrv/srv_config.h

index ba6149b62744d74f9d6a185262b7339b3cfd03dd..c0e79e779580487a657aeca8b92d5fb6b99ddf4f 100644 (file)
@@ -438,6 +438,9 @@ private:
     isc::data::ConstElementPtr control_socket_;
 
     /// @brief Decline Period time
+    ///
+    /// This timer specifies decline probation period, the time after a declined
+    /// lease is recovered back to available state. Expressed in seconds.
     uint32_t decline_timer_;
 };