diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 09:48:11 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 09:48:11 +0000 |
commit | 428b82796705988239c4c7f09dc6a89c22a8e615 (patch) | |
tree | d07301f0f9692d6878913d2a263fd105a079423c /syshead.h | |
parent | Version 2.1_beta13 released (diff) | |
download | openvpn-428b82796705988239c4c7f09dc6a89c22a8e615.tar.xz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |