aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_http_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_http_peer2.conf')
-rw-r--r--src/transport/test_quota_compliance_http_peer2.conf31
1 files changed, 11 insertions, 20 deletions
diff --git a/src/transport/test_quota_compliance_http_peer2.conf b/src/transport/test_quota_compliance_http_peer2.conf
index b69e77200..0781778ff 100644
--- a/src/transport/test_quota_compliance_http_peer2.conf
+++ b/src/transport/test_quota_compliance_http_peer2.conf
@@ -3,22 +3,13 @@ SERVICEHOME = /tmp/test_quota_compliance_peer2
3DEFAULTCONFIG = test_quota_compliance_http_peer2.conf 3DEFAULTCONFIG = test_quota_compliance_http_peer2.conf
4 4
5[transport-http] 5[transport-http]
6PORT = 3389 6PORT = 3010
7DEBUG = NO 7DEBUG = NO
8USE_IPv4 = YES 8USE_IPv4 = YES
9USE_IPv6 = NO 9USE_IPv6 = NO
10BINDTO4 = 127.0.0.1 10BINDTO4 = 127.0.0.1
11#BINDTO6 = ::1 11#BINDTO6 = ::1
12 12
13
14[transport-udp]
15PORT = 3094
16
17[transport-tcp]
18TIMEOUT = 300000
19PORT = 3094
20BINDTO = 127.0.0.1
21
22[fs] 13[fs]
23AUTOSTART = NO 14AUTOSTART = NO
24 15
@@ -48,6 +39,8 @@ MINIMUM-FRIENDS = 0
48AUTOSTART = NO 39AUTOSTART = NO
49 40
50[transport] 41[transport]
42PORT = 3011
43UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_http_transport_peer2.sock
51plugins = http 44plugins = http
52#DEBUG = YES 45#DEBUG = YES
53PREFIX = 46PREFIX =
@@ -58,10 +51,10 @@ BINARY = gnunet-service-transport
58CONFIG = $DEFAULTCONFIG 51CONFIG = $DEFAULTCONFIG
59HOME = $SERVICEHOME 52HOME = $SERVICEHOME
60HOSTNAME = localhost 53HOSTNAME = localhost
61PORT = 3091
62UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_transport_peer2.sock
63 54
64[peerinfo] 55[peerinfo]
56PORT = 3012
57UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_http_peerinfo_peer2.sock
65TRUST = $SERVICEHOME/data/credit/ 58TRUST = $SERVICEHOME/data/credit/
66HOSTS = $SERVICEHOME/data/hosts/ 59HOSTS = $SERVICEHOME/data/hosts/
67ACCEPT_FROM6 = ::1; 60ACCEPT_FROM6 = ::1;
@@ -70,30 +63,30 @@ BINARY = gnunet-service-peerinfo
70CONFIG = $DEFAULTCONFIG 63CONFIG = $DEFAULTCONFIG
71HOME = $SERVICEHOME 64HOME = $SERVICEHOME
72HOSTNAME = localhost 65HOSTNAME = localhost
73PORT = 3090
74UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_peerinfo_peer2.sock
75 66
76[resolver] 67[resolver]
68PORT = 3013
69UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_http_resolver_peer2.sock
77ACCEPT_FROM6 = ::1; 70ACCEPT_FROM6 = ::1;
78ACCEPT_FROM = 127.0.0.1; 71ACCEPT_FROM = 127.0.0.1;
79BINARY = gnunet-service-resolver 72BINARY = gnunet-service-resolver
80CONFIG = $DEFAULTCONFIG 73CONFIG = $DEFAULTCONFIG
81HOME = $SERVICEHOME 74HOME = $SERVICEHOME
82HOSTNAME = localhost 75HOSTNAME = localhost
83PORT = 3089
84UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_resolver_peer2.sock
85 76
86[statistics] 77[statistics]
78PORT = 3014
79UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_http_statistics_peer2.sock
87ACCEPT_FROM6 = ::1; 80ACCEPT_FROM6 = ::1;
88ACCEPT_FROM = 127.0.0.1; 81ACCEPT_FROM = 127.0.0.1;
89BINARY = gnunet-service-statistics 82BINARY = gnunet-service-statistics
90CONFIG = $DEFAULTCONFIG 83CONFIG = $DEFAULTCONFIG
91HOME = $SERVICEHOME 84HOME = $SERVICEHOME
92HOSTNAME = localhost 85HOSTNAME = localhost
93PORT = 3088
94UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_statistics_peer2.sock
95 86
96[arm] 87[arm]
88PORT = 3015
89UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_http_arm_peer2.sock
97DEFAULTSERVICES = 90DEFAULTSERVICES =
98ACCEPT_FROM6 = ::1; 91ACCEPT_FROM6 = ::1;
99ACCEPT_FROM = 127.0.0.1; 92ACCEPT_FROM = 127.0.0.1;
@@ -101,8 +94,6 @@ BINARY = gnunet-service-arm
101CONFIG = $DEFAULTCONFIG 94CONFIG = $DEFAULTCONFIG
102HOME = $SERVICEHOME 95HOME = $SERVICEHOME
103HOSTNAME = localhost 96HOSTNAME = localhost
104PORT = 3087
105UNIXPATH = /tmp/test_quota_compliance_peer2/test_quota_compliance_arm_peer2.sock
106 97
107[TESTING] 98[TESTING]
108WEAKRANDOM = YES 99WEAKRANDOM = YES