diff options
author | James Yonan <james@openvpn.net> | 2010-09-01 06:04:29 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-09-01 06:04:29 +0000 |
commit | 51e6e5b0f14db8bf5a6b6ebee26678fe8b623ad4 (patch) | |
tree | 6dbf2460c7ee52862759bc1e9db1d154fb1a732a /options.h | |
parent | Don't configure Linux tun/tap txqueuelen setting if OpenVPN (diff) | |
download | openvpn-51e6e5b0f14db8bf5a6b6ebee26678fe8b623ad4.tar.xz |
Added --proto-force directive.
Version 2.1.3a
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6424 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -216,6 +216,8 @@ struct options bool tun_mtu_defined; /* true if user overriding parm with command line option */ bool link_mtu_defined; /* true if user overriding parm with command line option */ + int proto_force; + /* Advanced MTU negotiation and datagram fragmentation options */ int mtu_discover_type; /* used if OS supports setting Path MTU discovery options on socket */ |