aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-26 18:11:05 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-26 18:11:05 +0000
commit2af25b50fc8d589e2cb1b40bfc11cf1a7e70678d (patch)
tree3452cc6d4f2370bf2cb7b723c19a12168a0e78f8 /src/transport/transport.conf.in
parentbe98885538291da444b6558f9168e59ac5183440 (diff)
downloadgnunet-2af25b50fc8d589e2cb1b40bfc11cf1a7e70678d.tar.gz
gnunet-2af25b50fc8d589e2cb1b40bfc11cf1a7e70678d.zip
-document quota, use higher quota for test
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 82effb235..95e3f9944 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -61,6 +61,11 @@ PORT = 2086
61BROADCAST = YES 61BROADCAST = YES
62BROADCAST_RECEIVE = YES 62BROADCAST_RECEIVE = YES
63BROADCAST_INTERVAL = 30 s 63BROADCAST_INTERVAL = 30 s
64
65# This limits UDP to 1MB/s for SENDING. Higher values are advised
66# for benchmarking or well-connected systems. Note that this quota
67# applies IN ADDITION to the system-wide transport-wide WAN/LAN
68# quotas.
64MAX_BPS = 1000000 69MAX_BPS = 1000000
65TESTING_IGNORE_KEYS = ACCEPT_FROM; 70TESTING_IGNORE_KEYS = ACCEPT_FROM;
66 71