From 0c498a8793909f84a92a3934a9ab96b7b33480b0 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 31 Aug 2012 12:24:17 +0000 Subject: config for new http/s plugins --- src/transport/transport.conf.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/transport') diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in index 811eada42..e49235d8d 100644 --- a/src/transport/transport.conf.in +++ b/src/transport/transport.conf.in @@ -53,12 +53,20 @@ BROADCAST_INTERVAL = 30 s MAX_BPS = 1000000 TESTING_IGNORE_KEYS = ACCEPT_FROM; -[transport-http] +[transport-http_client] +MAX_CONNECTIONS = 128 +TESTING_IGNORE_KEYS = ACCEPT_FROM; + +[transport-http_server] PORT = 1080 MAX_CONNECTIONS = 128 TESTING_IGNORE_KEYS = ACCEPT_FROM; -[transport-https] +[transport-https_client] +MAX_CONNECTIONS = 128 +TESTING_IGNORE_KEYS = ACCEPT_FROM; + +[transport-https_server] PORT = 4433 CRYPTO_INIT = NORMAL KEY_FILE = https.key -- cgit v1.2.3