summaryrefslogtreecommitdiffstats
path: root/src/include/astmanproxy.h
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-02 16:43:05 +0000
committerDavid Troy <dave@popvox.com>2006-04-02 16:43:05 +0000
commit08192d2b732eaaff203012c0acda210b40261885 (patch)
tree59c98652dec47199680095daf58ae14d1ffe9d8e /src/include/astmanproxy.h
parent55a533edf2e466a34179e12bf36e239902aad5fc (diff)
downloadastmanproxy-08192d2b732eaaff203012c0acda210b40261885.tar.gz
astmanproxy-08192d2b732eaaff203012c0acda210b40261885.tar.xz
astmanproxy-08192d2b732eaaff203012c0acda210b40261885.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@58 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src/include/astmanproxy.h')
-rw-r--r--src/include/astmanproxy.h3
1 files changed, 3 insertions, 0 deletions
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 {