From 51e6e5b0f14db8bf5a6b6ebee26678fe8b623ad4 Mon Sep 17 00:00:00 2001 From: James Yonan Date: Wed, 1 Sep 2010 06:04:29 +0000 Subject: 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 --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 1d5fe4c..fc5db58 100644 --- a/options.h +++ b/options.h @@ -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 */ -- cgit v1.2.3