]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4049] Fixed comment
authorThomas Markwalder <tmark@isc.org>
Thu, 7 Aug 2025 20:28:26 +0000 (16:28 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 14 Aug 2025 13:15:52 +0000 (13:15 +0000)
modified:   d2_process.h

src/bin/d2/d2_process.h

index 8c6db0e4e1ff065ac7a5d51cde1c1f8fcb3a6f30..1213647f59f4327d96665c2b86a7c52347c1a833 100644 (file)
@@ -213,8 +213,8 @@ protected:
     ///
     /// If callbacks are ready to be executed upon entry, the method will
     /// return as soon as these callbacks have completed.  If no callbacks
-    /// are ready, then it will wait (indefinitely) until at least one callback
-    /// is executed.
+    /// are ready, then it will wait until at least one callback
+    /// is executed or IO_SERVICE_RUN_TIME_USECS elapses.
     ///
     /// @note: Should become desirable to periodically force an
     /// event, an interval timer could be used to do so.