aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 14:59:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 14:59:45 +0000
commitcdf5e4a31ab5454682284f7ba4fac7622ae4cf0b (patch)
treed917917c235e6fca9118baa5b36ef5948681ded1
parentb642f6b672da9c2fb7c785e681fbc9af48c4b629 (diff)
downloadgnunet-cdf5e4a31ab5454682284f7ba4fac7622ae4cf0b.tar.gz
gnunet-cdf5e4a31ab5454682284f7ba4fac7622ae4cf0b.zip
fix
-rw-r--r--src/transport/test_quota_compliance_http_peer1.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/test_quota_compliance_http_peer1.conf b/src/transport/test_quota_compliance_http_peer1.conf
index b0b1f5368..3b45c8908 100644
--- a/src/transport/test_quota_compliance_http_peer1.conf
+++ b/src/transport/test_quota_compliance_http_peer1.conf
@@ -12,23 +12,23 @@ BINDTO4 = 127.0.0.1
12 12
13[arm] 13[arm]
14PORT = 4015 14PORT = 4015
15UNIXPATH = /tmp/test_quota_compliance_http_arm_peer2.sock 15UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock
16 16
17[statistics] 17[statistics]
18PORT = 4014 18PORT = 4014
19UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer2.sock 19UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock
20 20
21[resolver] 21[resolver]
22PORT = 4013 22PORT = 4013
23UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer2.sock 23UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock
24 24
25[peerinfo] 25[peerinfo]
26PORT = 4012 26PORT = 4012
27UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock 27UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
28 28
29[transport] 29[transport]
30PORT = 4011 30PORT = 4011
31PLUGINS = http 31PLUGINS = http
32UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock 32UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
33 33
34 34