Parcourir la source

[3983] Description updated.

Tomek Mrugalski il y a 9 ans
Parent
commit
cd3e4d6cff
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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_;
 };