0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/common
James Yonan be3a573f66 Core change: provide logic for tunPerist that works with iOS-style
tun semantics, however this code has not been enabled yet on iOS
because it breaks in several ways:

1. network available/unavailable detection appears to break when
   tun interface is kept alive across transport connection sessions.

2. plugin session persistence appears to fail when these lines are not
   executed immediately after transport pause/resume:

     VPNTunnelSetStatus(tunnelRef, kVPNTunnelStatusReasserting, 0);
     VPNTunnelClearConfiguration(tunnelRef)

iOS Core change: change pause/reconnect delay to 3 seconds (from 2)
to reduce flapping.
2013-02-19 06:38:10 +00:00
..
abort.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
asiodispatch.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
asiosignal.hpp Misc client and pre-server cleanup. 2012-11-26 01:51:24 +00:00
backref.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
base64.hpp Updated OpenSSL driver to feature equivalance with 2012-11-26 07:46:09 +00:00
circ_list.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
exception.hpp In Android client, added a custom error dialog for 2012-12-12 02:19:07 +00:00
file.hpp Core: modified read_text_utf8 to remove the Windows UTF-8 BOM, 2013-01-30 13:36:53 +00:00
format.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
hash.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
hexstr.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
lex.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
memcmp.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
mode.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
msgwin.hpp Global edit to add copyright notice at head of each source file. 2012-08-24 21:13:42 +00:00
number.hpp Core: fixed issue with parsing time period options (such as 2013-01-20 06:34:49 +00:00
options.hpp iOS: 1.0.1 build 55 2013-01-24 13:34:17 +00:00
ostream.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
path.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
platform_name.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
platform.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
process.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
rc.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
scoped_fd.hpp Core change: provide logic for tunPerist that works with iOS-style 2013-02-19 06:38:10 +00:00
scoped_ptr.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
signal.hpp Misc client and pre-server cleanup. 2012-11-26 01:51:24 +00:00
socktypes.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
split.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
splitlines.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
string.hpp Core: on PolarSSL, try to do string rendition of X509 subject 2013-01-20 08:44:49 +00:00
thread.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
types.hpp Core: fixed issue with parsing time period options (such as 2013-01-20 06:34:49 +00:00
unicode-impl.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
unicode.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
usecount.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
version.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00