aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 08:14:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 08:14:45 +0000
commit92a48cc42922556953e9fb53f07b3de0f79f3c04 (patch)
treeaafe1f8d4ebc2bd2193410d6c2f017419c181304 /src/transport/plugin_transport_udp.c
parent814ecec2435a86cbc7e6d09b28b3aa9d2e060e56 (diff)
downloadgnunet-92a48cc42922556953e9fb53f07b3de0f79f3c04.tar.gz
gnunet-92a48cc42922556953e9fb53f07b3de0f79f3c04.zip
reduce size of benchmarks
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 4f57c6942..d29505b12 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1336,7 +1336,7 @@ libgnunet_plugin_transport_udp_init (void *cls)
1336 "transport-udp", 1336 "transport-udp",
1337 "MAX_BPS", 1337 "MAX_BPS",
1338 &udp_max_bps)) 1338 &udp_max_bps))
1339 udp_max_bps = 1024 * 1024 * 100; /* 100 MB/s == infinity for practical purposes */ 1339 udp_max_bps = 1024 * 1024 * 50; /* 50 MB/s == infinity for practical purposes */
1340 if (GNUNET_OK != 1340 if (GNUNET_OK !=
1341 GNUNET_CONFIGURATION_get_value_number (env->cfg, 1341 GNUNET_CONFIGURATION_get_value_number (env->cfg,
1342 "transport-udp", 1342 "transport-udp",