From 15a3e05144785bfcaddcf2d11b6c549edd9f62ee Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 12 Feb 2012 12:29:56 +0000 Subject: Add experimental "TCP Nice" mode, disabled by default. --- lib/common/Timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/common/Timer.h') diff --git a/lib/common/Timer.h b/lib/common/Timer.h index 42b2e00f..bd118a18 100644 --- a/lib/common/Timer.h +++ b/lib/common/Timer.h @@ -53,7 +53,7 @@ class Timers class Timer { public: - Timer(size_t timeoutSecs, const std::string& rName = ""); + Timer(size_t timeoutMillis, const std::string& rName = ""); virtual ~Timer(); Timer(const Timer &); Timer &operator=(const Timer &); @@ -74,7 +74,7 @@ private: std::string mName; void Start(); - void Start(int64_t delayInMicros); + void Start(int64_t timeoutMillis); void Stop(); #ifdef WIN32 -- cgit v1.2.3