asymmetric
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 28 Aug 2012 10:54:00 +0000 (10:54 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 28 Aug 2012 10:54:00 +0000 (10:54 +0000)
src/transport/test_quota_compliance_http_asymmetric_peer1.conf
src/transport/test_quota_compliance_http_asymmetric_peer2.conf

index f56b1578a9b09c7ad1711622291a01a53eab2ef6..472e3f74b70d686c1830bc896c3ed127b5930507 100644 (file)
@@ -1,10 +1,9 @@
 @INLINE@ template_cfg_peer1.conf
 [PATHS]
 SERVICEHOME = /tmp/test_quota_compliance_peer1
-DEFAULTCONFIG = test_quota_compliance_http_peer1.conf
+DEFAULTCONFIG = test_quota_compliance_http_asymmetric_peer1.conf
 
-[transport-http]
-PORT = 4010
+[transport-http_client]
 
 [arm]
 PORT = 4015
@@ -24,7 +23,7 @@ UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
 
 [transport]
 PORT = 4011
-PLUGINS = http
+PLUGINS = http_client
 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
 
 
index 20ef5829f2a110e4b3691187f898efeb006ec6d1..48c1a6e83ca276d777322dafc7b25deccfa71930 100644 (file)
@@ -1,10 +1,13 @@
 @INLINE@ template_cfg_peer2.conf
 [PATHS]
 SERVICEHOME = /tmp/test_quota_compliance_peer2
-DEFAULTCONFIG = test_quota_compliance_http_peer2.conf
+DEFAULTCONFIG = test_quota_compliance_http_asymmetric_peer2.conf
 
-[transport-http]
+[transport-http_server]
 PORT = 3010
+USE_IPv6 = NO
+BINDTO = 127.0.0.1
+
 
 [arm]
 PORT = 3015
@@ -24,7 +27,7 @@ UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock
 
 [transport]
 PORT = 3011
-PLUGINS = http
+PLUGINS = http_server
 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock