From 6add6b2fe78c549d174729869e26cee917e31d5f Mon Sep 17 00:00:00 2001 From: james Date: Thu, 16 Feb 2006 18:12:24 +0000 Subject: Added --port-share option for allowing OpenVPN and HTTPS server to share the same port number. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@893 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ssl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ssl.h') diff --git a/ssl.h b/ssl.h index afebb8e..5c71611 100644 --- a/ssl.h +++ b/ssl.h @@ -384,6 +384,9 @@ struct tls_options /* true if we are a TLS server, client otherwise */ bool server; + /* if true, don't xmit until first packet from peer is received */ + bool xmit_hold; + #ifdef ENABLE_OCC /* local and remote options strings that must match between client and server */ -- cgit v1.2.3