summaryrefslogtreecommitdiffstats
path: root/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl.h')
-rw-r--r--ssl.h3
1 files changed, 3 insertions, 0 deletions
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 */