aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-25 14:33:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-25 14:33:18 +0000
commitcafe3f8c7f404647d322e6c195f727a6e5a17224 (patch)
treed2c7e72ef8afc9070495d45a234e53d846269113 /src/include/gnunet_constants.h
parentda070a9e53e0f4f8b8f1225755fbf5d74635262d (diff)
downloadgnunet-cafe3f8c7f404647d322e6c195f727a6e5a17224.tar.gz
gnunet-cafe3f8c7f404647d322e6c195f727a6e5a17224.zip
clean up
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 035cc60b9..3b56f26d6 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -64,6 +64,10 @@ extern "C"
64 */ 64 */
65#define GNUNET_CONSTANTS_SERVICE_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 10) 65#define GNUNET_CONSTANTS_SERVICE_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 10)
66 66
67/**
68 * How long do we delay messages to get larger packet sizes (CORKing)?
69 */
70#define GNUNET_CONSTANTS_MAX_CORK_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1)
67 71
68/** 72/**
69 * Until which load do we consider the peer overly idle 73 * Until which load do we consider the peer overly idle