aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer1.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_peer1.conf
parent012a2fb048225012e3f07461ba4aa1238e78392f (diff)
downloadgnunet-68621a1c1481126790d308c97dda6981f17e8b9e.tar.gz
gnunet-68621a1c1481126790d308c97dda6981f17e8b9e.zip
fix shutdown order + disable broadcast in testcase
Diffstat (limited to 'src/transport/template_cfg_peer1.conf')
-rw-r--r--src/transport/template_cfg_peer1.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index 961c98b8f..8b6e04bd6 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -14,6 +14,9 @@ DISABLEV6 = NO
14PORT = 12000 14PORT = 12000
15TIMEOUT = 5 s 15TIMEOUT = 5 s
16 16
17[transport-udp]
18BROADCAST = NO
19
17[arm] 20[arm]
18PORT = 12005 21PORT = 12005
19DEFAULTSERVICES = transport 22DEFAULTSERVICES = transport
@@ -32,6 +35,7 @@ PORT = 12002
32UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 35UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
33 36
34[transport] 37[transport]
38PREFIX = valgrind --leak-check=full
35PORT = 12001 39PORT = 12001
36#DEBUG = YES 40#DEBUG = YES
37UNIXPATH = /tmp/gnunet-p1-service-transport.sock 41UNIXPATH = /tmp/gnunet-p1-service-transport.sock