diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 20:02:27 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 20:02:27 +0000 |
commit | e5239fc26e88f70909c9c2b6b75906ad8898f974 (patch) | |
tree | b6cdfb08aa66f46d1757afda4d50ce971123cc7f /syshead.h | |
parent | Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Lev). (diff) | |
download | openvpn-e5239fc26e88f70909c9c2b6b75906ad8898f974.tar.xz |
Re-added backtrack handling code.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1008 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 // JYFIXME +#define TIME_BACKTRACK_PROTECTION 1 /* * Is non-blocking connect() supported? |