From 0475d17e1ce34e6b2471d17a102b7c2a2d1427c7 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 12 Nov 2005 10:59:41 +0000 Subject: Reduce sensitivity to system clock instability and backtracks. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@799 e7ae566f-a301-0410-adde-c780ea21d3b5 --- init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.c') diff --git a/init.c b/init.c index 0c9a509..53d1851 100644 --- a/init.c +++ b/init.c @@ -2160,9 +2160,11 @@ do_setup_fast_io (struct context *c) msg (M_INFO, "NOTE: --fast-io is disabled since we are not using UDP"); else { +#ifdef HAVE_GETTIMEOFDAY if (c->options.shaper) msg (M_INFO, "NOTE: --fast-io is disabled since we are using --shaper"); else +#endif { c->c2.fast_io = true; } -- cgit