Browse Source

[3983] Description updated.

Tomek Mrugalski 9 years ago
parent
commit
cd3e4d6cff
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/dhcpsrv/srv_config.h

+ 3 - 0
src/lib/dhcpsrv/srv_config.h

@@ -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_;
 };