aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-23 15:10:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-23 15:10:10 +0000
commit68621a1c1481126790d308c97dda6981f17e8b9e (patch)
treedce8b9ae108420c6932af6d085ec15e1878ebc19 /src/transport/template_cfg_peer2.conf
parent012a2fb048225012e3f07461ba4aa1238e78392f (diff)
downloadgnunet-68621a1c1481126790d308c97dda6981f17e8b9e.tar.gz
gnunet-68621a1c1481126790d308c97dda6981f17e8b9e.zip
fix shutdown order + disable broadcast in testcase
Diffstat (limited to 'src/transport/template_cfg_peer2.conf')
-rw-r--r--src/transport/template_cfg_peer2.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index e46f0b8a1..3706ffb25 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -14,6 +14,9 @@ DISABLEV6 = NO
14PORT = 12100 14PORT = 12100
15TIMEOUT = 5 s 15TIMEOUT = 5 s
16 16
17[transport-udp]
18BROADCAST = NO
19
17[arm] 20[arm]
18PORT = 12014 21PORT = 12014
19DEFAULTSERVICES = transport 22DEFAULTSERVICES = transport
@@ -33,6 +36,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
33TRUST = $SERVICEHOME/data/credit/ 36TRUST = $SERVICEHOME/data/credit/
34 37
35[transport] 38[transport]
39PREFIX = valgrind --leak-check=full
36PORT = 12010 40PORT = 12010
37UNIXPATH = /tmp/gnunet-p2-service-transport.sock 41UNIXPATH = /tmp/gnunet-p2-service-transport.sock
38 42