aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-06 16:48:42 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-07-06 16:48:42 +0200
commita09e28c54044d7f112f4b5173debdbfb68c34042 (patch)
tree2303e6f03f6fc68318749cd2ebc35992cbb92045 /src
parentb73aab5f1aa2e4e28f15cf569f3ac4e11faf2ebe (diff)
downloadgnunet-a09e28c54044d7f112f4b5173debdbfb68c34042.tar.gz
gnunet-a09e28c54044d7f112f4b5173debdbfb68c34042.zip
-fix: temporarily bumb minimum quots
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index e1572635f..c83bec683 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -47,7 +47,7 @@ extern "C"
47 * so that at least one maximum-size message can be send roughly once 47 * so that at least one maximum-size message can be send roughly once
48 * per minute. 48 * per minute.
49 */ 49 */
50#define GNUNET_CONSTANTS_DEFAULT_BW_IN_OUT GNUNET_BANDWIDTH_value_init (1024) 50#define GNUNET_CONSTANTS_DEFAULT_BW_IN_OUT GNUNET_BANDWIDTH_value_init (1024*1024)
51 51
52/** 52/**
53 * After how long do we consider a connection to a peer dead 53 * After how long do we consider a connection to a peer dead