aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:41:48 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:41:48 +0000
commit117cebae893dff6b1a41c0686affb4d485a1e754 (patch)
tree59b8ababf8ca1fee9ec9e9a135511a8316a0435f /src/integration-tests
parent00b211d05bf9ba8a82d120237963c5e84e57afeb (diff)
downloadgnunet-117cebae893dff6b1a41c0686affb4d485a1e754.tar.gz
gnunet-117cebae893dff6b1a41c0686affb4d485a1e754.zip
disable udp broadcasting
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 75677acc5..d1229262b 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -56,6 +56,7 @@ TRUST = $GNUNET_TEST_HOME/data/credit/
56USE_LOCALADDR = YES 56USE_LOCALADDR = YES
57 57
58[transport-udp] 58[transport-udp]
59BROADCAST = NO
59BROADCAST_INTERVAL = 30000 60BROADCAST_INTERVAL = 30000
60USE_LOCALADDR = YES 61USE_LOCALADDR = YES
61 62