aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_udp_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_udp_peer2.conf')
-rw-r--r--src/transport/test_transport_api_udp_peer2.conf50
1 files changed, 17 insertions, 33 deletions
diff --git a/src/transport/test_transport_api_udp_peer2.conf b/src/transport/test_transport_api_udp_peer2.conf
index 2bdeaa6fb..62e21f866 100644
--- a/src/transport/test_transport_api_udp_peer2.conf
+++ b/src/transport/test_transport_api_udp_peer2.conf
@@ -1,20 +1,11 @@
1[transport-udp] 1[transport-udp]
2PORT = 22368 2PORT = 12050
3USE_LOCALADDR = YES 3USE_LOCALADDR = YES
4 4
5[fs]
6AUTOSTART = NO
7
8[nat] 5[nat]
9# Are we behind NAT? 6# Are we behind NAT?
10BEHIND_NAT = NO 7BEHIND_NAT = NO
11 8
12[datastore]
13AUTOSTART = NO
14
15[core]
16AUTOSTART = NO
17
18[hostlist] 9[hostlist]
19HTTP-PROXY = 10HTTP-PROXY =
20SERVERS = http://gnunet.org:8080/ 11SERVERS = http://gnunet.org:8080/
@@ -45,7 +36,7 @@ BINARY = gnunet-service-transport
45CONFIG = $DEFAULTCONFIG 36CONFIG = $DEFAULTCONFIG
46HOME = $SERVICEHOME 37HOME = $SERVICEHOME
47HOSTNAME = localhost 38HOSTNAME = localhost
48PORT = 22365 39PORT = 12051
49UNIXPATH = /tmp/gnunet-p2-service-transport.sock 40UNIXPATH = /tmp/gnunet-p2-service-transport.sock
50#PREFIX = valgrind --track-origins=yes --leak-check=full --log-file=valgrind_udp_peer2.log 41#PREFIX = valgrind --track-origins=yes --leak-check=full --log-file=valgrind_udp_peer2.log
51 42
@@ -58,7 +49,7 @@ BINARY = gnunet-service-peerinfo
58CONFIG = $DEFAULTCONFIG 49CONFIG = $DEFAULTCONFIG
59HOME = $SERVICEHOME 50HOME = $SERVICEHOME
60HOSTNAME = localhost 51HOSTNAME = localhost
61PORT = 22369 52PORT = 12052
62UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 53UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
63 54
64[resolver] 55[resolver]
@@ -68,7 +59,7 @@ BINARY = gnunet-service-resolver
68CONFIG = $DEFAULTCONFIG 59CONFIG = $DEFAULTCONFIG
69HOME = $SERVICEHOME 60HOME = $SERVICEHOME
70HOSTNAME = localhost 61HOSTNAME = localhost
71PORT = 22364 62PORT = 12053
72UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 63UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
73 64
74[statistics] 65[statistics]
@@ -78,7 +69,7 @@ BINARY = gnunet-service-statistics
78CONFIG = $DEFAULTCONFIG 69CONFIG = $DEFAULTCONFIG
79HOME = $SERVICEHOME 70HOME = $SERVICEHOME
80HOSTNAME = localhost 71HOSTNAME = localhost
81PORT = 22367 72PORT = 12054
82UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 73UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
83 74
84[arm] 75[arm]
@@ -89,13 +80,9 @@ BINARY = gnunet-service-arm
89CONFIG = $DEFAULTCONFIG 80CONFIG = $DEFAULTCONFIG
90HOME = $SERVICEHOME 81HOME = $SERVICEHOME
91HOSTNAME = localhost 82HOSTNAME = localhost
92PORT = 22366 83PORT = 12055
93UNIXPATH = /tmp/gnunet-p2-service-arm.sock 84UNIXPATH = /tmp/gnunet-p2-service-arm.sock
94 85
95[transport-tcp]
96TIMEOUT = 300000
97PORT = 22368
98
99[TESTING] 86[TESTING]
100WEAKRANDOM = YES 87WEAKRANDOM = YES
101 88
@@ -104,19 +91,17 @@ HOSTKEY = $SERVICEHOME/.hostkey
104 91
105[PATHS] 92[PATHS]
106DEFAULTCONFIG = test_transport_api_udp_peer2.conf 93DEFAULTCONFIG = test_transport_api_udp_peer2.conf
107SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/ 94SERVICEHOME = /tmp/test-transport/api-udp-p2/
108[mesh] 95
109AUTOSTART = YES 96
110PORT = 10512 97[fs]
111HOSTNAME = localhost 98AUTOSTART = NO
112HOME = $SERVICEHOME 99
113CONFIG = $DEFAULTCONFIG 100[datastore]
114BINARY = gnunet-service-mesh 101AUTOSTART = NO
115ACCEPT_FROM = 127.0.0.1; 102
116ACCEPT_FROM6 = ::1; 103[core]
117UNIXPATH = /tmp/gnunet-service-mesh2.sock 104AUTOSTART = NO
118UNIX_MATCH_UID = YES
119UNIX_MATCH_GID = YES
120 105
121[dht] 106[dht]
122AUTOSTART = NO 107AUTOSTART = NO
@@ -124,7 +109,6 @@ AUTOSTART = NO
124[mesh] 109[mesh]
125AUTOSTART = NO 110AUTOSTART = NO
126 111
127
128[dns] 112[dns]
129AUTOSTART = NO 113AUTOSTART = NO
130 114