aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-19 14:34:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-19 14:34:22 +0000
commita6a5670ac36add072a106e63a62177cdc18e2d36 (patch)
treeb7280d23978844fa8bec155ce9986a95cc9f2c4f /src/integration-tests
parent341078a13b53786e3e7890f871b5f66965dd13d0 (diff)
downloadgnunet-a6a5670ac36add072a106e63a62177cdc18e2d36.tar.gz
gnunet-a6a5670ac36add072a106e63a62177cdc18e2d36.zip
added function to disable receiving broadcasts to prevent buildbots from connecting to the network
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/confs/test_defaults.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index 4477b296e..f20bfd3f8 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -9,6 +9,7 @@ USE_LOCALADDR = YES
9 9
10[transport-udp] 10[transport-udp]
11BROADCAST = NO 11BROADCAST = NO
12BROADCAST_RECEIVE = no
12USE_LOCALADDR = YES 13USE_LOCALADDR = YES
13 14
14[nat] 15[nat]