config for new http/s plugins
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 31 Aug 2012 12:24:17 +0000 (12:24 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 31 Aug 2012 12:24:17 +0000 (12:24 +0000)
src/transport/transport.conf.in

index 811eada42c090e44c5eaa1f709f6ae1000b582c4..e49235d8de9d8c4f5c2e3d592607c4efe617777e 100644 (file)
@@ -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