aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-31 20:42:51 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-31 20:42:51 +0000
commit9116211545d62eb96bfdefb98b9bf6462c880f24 (patch)
tree149333d994f1d8701dfd2b7a6caeedc65a3ed127 /src/mesh/test_mesh_small.conf
parent75bf0641a6f6b19ae1ebea3c8f376c0226a0672b (diff)
downloadgnunet-9116211545d62eb96bfdefb98b9bf6462c880f24.tar.gz
gnunet-9116211545d62eb96bfdefb98b9bf6462c880f24.zip
DIsabled the use of UNIX sockets, to allow running on Win platform
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r--src/mesh/test_mesh_small.conf73
1 files changed, 6 insertions, 67 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index d016e1dea..853ab06c6 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -2,21 +2,6 @@
2SERVICEHOME = /tmp/test_mesh_small/ 2SERVICEHOME = /tmp/test_mesh_small/
3DEFAULTCONFIG = test_mesh_small.conf 3DEFAULTCONFIG = test_mesh_small.conf
4 4
5[nse]
6PORT = 0
7UNIXPATH = /tmp/test-nse-service-nse.unix
8BINARY = gnunet-service-nse
9#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
10AUTOSTART = YES
11DEBUG = NO
12CONFIG = $DEFAULTCONFIG
13# Overriding network settings for faster testing (do NOT use
14# these values in production just because they are here)
15WORKDELAY = 10000
16INTERVAL = 3600000
17WORKBITS = 0
18PROOFFILE = $SERVICEHOME/nse.proof
19
20[arm] 5[arm]
21PORT = 0 6PORT = 0
22DEFAULTSERVICES = core mesh 7DEFAULTSERVICES = core mesh
@@ -25,42 +10,14 @@ UNIXPATH = /tmp/test-nse-service-arm.unix
25 10
26[statistics] 11[statistics]
27AUTOSTART = YES 12AUTOSTART = YES
28PORT = 0 13PORT = 10000
29
30[transport-https]
31PORT = 0
32
33[transport-http]
34PORT = 0
35
36[transport-udp]
37PORT = 0
38
39[transport-tcp]
40ADVERTISED_PORT = 0
41PORT = 0
42
43[gnunet-nat-server]
44PORT = 0
45
46[statistics]
47AUTOSTART = YES
48PORT = 0
49
50[fs]
51AUTOSTART = NO
52PORT = 0
53
54[datastore]
55AUTOSTART = NO
56PORT = 0
57 14
58[dht] 15[dht]
59AUTOSTART = NO 16AUTOSTART = NO
60PORT = 0 17PORT = 10001
61 18
62[transport] 19[transport]
63PORT = 0 20PORT = 10002
64AUTOSTART = YES 21AUTOSTART = YES
65 22
66[nat] 23[nat]
@@ -72,34 +29,16 @@ ALLOW_NAT = NO
72INTERNAL_ADDRESS = 127.0.0.1 29INTERNAL_ADDRESS = 127.0.0.1
73EXTERNAL_ADDRESS = 127.0.0.1 30EXTERNAL_ADDRESS = 127.0.0.1
74 31
75[transport-unix]
76PORT = 11111
77
78[core] 32[core]
79AUTOSTART = YES 33AUTOSTART = YES
80PORT = 0 34PORT = 10003
81 35
82[peerinfo] 36[peerinfo]
83AUTOSTART = YES 37AUTOSTART = YES
84PORT = 0 38PORT = 10004
85
86[dns]
87AUTOSTART = NO
88PORT = 0
89
90[resolver]
91PORT = 0
92 39
93[mesh] 40[mesh]
94PORT = 0 41PORT = 10005
95
96[topology]
97PORT = 0
98AUTOSTART = NO
99
100[transport]
101PORT = 0
102plugins = unix
103 42
104[testing] 43[testing]
105NUM_PEERS = 16 44NUM_PEERS = 16