]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1661] units specified for timeout
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Mar 2021 10:22:38 +0000 (11:22 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Mar 2021 08:10:30 +0000 (09:10 +0100)
src/lib/http/tests/tls_client_unittests.cc

index ed5cbb89e61fe8b6c557b33336655e4e6784e204..f6745df191419f3f78171add4013fe9d691c6705 100644 (file)
@@ -239,7 +239,7 @@ public:
     /// @brief Runs IO service with optional timeout.
     ///
     /// @param timeout Optional value specifying for how long the io service
-    /// should be ran.
+    /// should be ran (ms).
     void runIOService(long timeout = 0) {
         io_service_.get_io_service().reset();