aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_multi_peer1.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-06-16 12:32:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-06-16 12:32:58 +0000
commit2aff944f4bce448c67c576d384926c2ffe8c8c5a (patch)
treed998a3b512d7ecb20f860420d37e5c283a83caed /src/transport/test_transport_api_multi_peer1.conf
parent79da60ccee66fd4f4bff337e298915a45f808768 (diff)
downloadgnunet-2aff944f4bce448c67c576d384926c2ffe8c8c5a.tar.gz
gnunet-2aff944f4bce448c67c576d384926c2ffe8c8c5a.zip
updated _api_, _api_reliability_ and api_unrel... confs
Diffstat (limited to 'src/transport/test_transport_api_multi_peer1.conf')
-rw-r--r--src/transport/test_transport_api_multi_peer1.conf23
1 files changed, 11 insertions, 12 deletions
diff --git a/src/transport/test_transport_api_multi_peer1.conf b/src/transport/test_transport_api_multi_peer1.conf
index 959388391..003491323 100644
--- a/src/transport/test_transport_api_multi_peer1.conf
+++ b/src/transport/test_transport_api_multi_peer1.conf
@@ -1,5 +1,5 @@
1[transport-tcp] 1[transport-tcp]
2PORT = 30001 2PORT = 12140
3BINDTO = 127.0.0.1 3BINDTO = 127.0.0.1
4USE_LOCALADDR = YES 4USE_LOCALADDR = YES
5 5
@@ -12,11 +12,11 @@ INTERNAL_ADDRESS = 127.0.0.1
12EXTERNAL_ADDRESS = 127.0.0.1 12EXTERNAL_ADDRESS = 127.0.0.1
13 13
14[transport-udp] 14[transport-udp]
15PORT = 30001 15PORT = 12141
16USE_LOCALADDR = YES 16USE_LOCALADDR = YES
17 17
18[transport-http] 18[transport-http]
19PORT = 30002 19PORT = 12142
20DEBUG = NO 20DEBUG = NO
21USE_IPv6 = YES 21USE_IPv6 = YES
22USE_IPv4 = YES 22USE_IPv4 = YES
@@ -25,7 +25,7 @@ USE_IPv4 = YES
25USE_LOCALADDR = YES 25USE_LOCALADDR = YES
26 26
27[transport-https] 27[transport-https]
28PORT = 30003 28PORT = 12143
29DEBUG = NO 29DEBUG = NO
30USE_IPv6 = YES 30USE_IPv6 = YES
31USE_IPv4 = YES 31USE_IPv4 = YES
@@ -34,7 +34,7 @@ USE_IPv4 = YES
34USE_LOCALADDR = YES 34USE_LOCALADDR = YES
35 35
36[transport-unix] 36[transport-unix]
37PORT = 30004 37PORT = 12144
38 38
39[fs] 39[fs]
40AUTOSTART = NO 40AUTOSTART = NO
@@ -73,11 +73,10 @@ ACCEPT_FROM6 = ::1;
73ACCEPT_FROM = 127.0.0.1; 73ACCEPT_FROM = 127.0.0.1;
74NEIGHBOUR_LIMIT = 50 74NEIGHBOUR_LIMIT = 50
75BINARY = gnunet-service-transport 75BINARY = gnunet-service-transport
76#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
77CONFIG = $DEFAULTCONFIG 76CONFIG = $DEFAULTCONFIG
78HOME = $SERVICEHOME 77HOME = $SERVICEHOME
79HOSTNAME = localhost 78HOSTNAME = localhost
80PORT = 12365 79PORT = 12145
81UNIXPATH = /tmp/gnunet-p1-service-transport.sock 80UNIXPATH = /tmp/gnunet-p1-service-transport.sock
82 81
83[peerinfo] 82[peerinfo]
@@ -89,7 +88,7 @@ BINARY = gnunet-service-peerinfo
89CONFIG = $DEFAULTCONFIG 88CONFIG = $DEFAULTCONFIG
90HOME = $SERVICEHOME 89HOME = $SERVICEHOME
91HOSTNAME = localhost 90HOSTNAME = localhost
92PORT = 12369 91PORT = 12146
93UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 92UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
94 93
95[resolver] 94[resolver]
@@ -99,7 +98,7 @@ BINARY = gnunet-service-resolver
99CONFIG = $DEFAULTCONFIG 98CONFIG = $DEFAULTCONFIG
100HOME = $SERVICEHOME 99HOME = $SERVICEHOME
101HOSTNAME = localhost 100HOSTNAME = localhost
102PORT = 1236 101PORT = 12147
103UNIXPATH = /tmp/gnunet-p1-service-resolver.sock 102UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
104 103
105[statistics] 104[statistics]
@@ -110,7 +109,7 @@ BINARY = gnunet-service-statistics
110CONFIG = $DEFAULTCONFIG 109CONFIG = $DEFAULTCONFIG
111HOME = $SERVICEHOME 110HOME = $SERVICEHOME
112HOSTNAME = localhost 111HOSTNAME = localhost
113PORT = 12367 112PORT = 12148
114UNIXPATH = /tmp/gnunet-p1-service-statistics.sock 113UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
115 114
116[arm] 115[arm]
@@ -121,7 +120,7 @@ BINARY = gnunet-service-arm
121CONFIG = $DEFAULTCONFIG 120CONFIG = $DEFAULTCONFIG
122HOME = $SERVICEHOME 121HOME = $SERVICEHOME
123HOSTNAME = localhost 122HOSTNAME = localhost
124PORT = 12366 123PORT = 12149
125UNIXPATH = /tmp/gnunet-p1-service-arm.sock 124UNIXPATH = /tmp/gnunet-p1-service-arm.sock
126 125
127[TESTING] 126[TESTING]
@@ -132,7 +131,7 @@ HOSTKEY = $SERVICEHOME/.hostkey
132 131
133[PATHS] 132[PATHS]
134DEFAULTCONFIG = test_transport_api_multi_peer1.conf 133DEFAULTCONFIG = test_transport_api_multi_peer1.conf
135SERVICEHOME = /tmp/test-gnunetd-transport-multi-peer-1/ 134SERVICEHOME = /tmp/test-transport/api-multi-p1/
136 135
137 136
138[dht] 137[dht]