summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-04-13 09:48:11 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-04-13 09:48:11 +0000
commit428b82796705988239c4c7f09dc6a89c22a8e615 (patch)
treed07301f0f9692d6878913d2a263fd105a079423c /syshead.h
parentf84f536b05be7530c876f0e665a133eae6e6b502 (diff)
downloadopenvpn-428b82796705988239c4c7f09dc6a89c22a8e615.tar.gz
openvpn-428b82796705988239c4c7f09dc6a89c22a8e615.tar.xz
openvpn-428b82796705988239c4c7f09dc6a89c22a8e615.zip
Temporarily backed out time backtrack handling code
due to issues on Windows. Rewrote gettimeofday function for Windows to be simpler and more efficient. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1005 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syshead.h b/syshead.h
index f296fe0..78eeebd 100644
--- a/syshead.h
+++ b/syshead.h
@@ -498,7 +498,7 @@ socket_defined (const socket_descriptor_t sd)
* Reduce sensitivity to system clock instability
* and backtracks.
*/
-#define TIME_BACKTRACK_PROTECTION 1
+//#define TIME_BACKTRACK_PROTECTION 1 // JYFIXME
/*
* Is non-blocking connect() supported?