From: Matthias Wachs Date: Fri, 31 Aug 2012 12:24:17 +0000 (+0000) Subject: config for new http/s plugins X-Git-Tag: initial-import-from-subversion-38251~12001 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c498a8793909f84a92a3934a9ab96b7b33480b0;p=oweals%2Fgnunet.git config for new http/s plugins --- 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