From 08192d2b732eaaff203012c0acda210b40261885 Mon Sep 17 00:00:00 2001 From: David Troy Date: Sun, 2 Apr 2006 16:43:05 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@58 f02b47b9-160a-0410-81a6-dc3441afb0ec --- src/include/astmanproxy.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/astmanproxy.h') diff --git a/src/include/astmanproxy.h b/src/include/astmanproxy.h index 83dc1ba..fdd783d 100644 --- a/src/include/astmanproxy.h +++ b/src/include/astmanproxy.h @@ -70,6 +70,9 @@ struct proxyconfig { int maxretries; int asteriskwritetimeout; /* ms to wait when writing to asteriskfor ast_carefulwrite */ int clientwritetimeout; /* ms to wait when writing to client ast_carefulwrite */ + int sslclhellotimeout; /* ssl client hello timeout -- how long to wait before assuming not ssl */ + int acceptencryptedconnection; /* accept encrypted connections? */ + int acceptunencryptedconnection; /* accept unencrypted connections? */ }; struct iohandler { -- cgit