aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-20 09:05:44 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-20 09:05:44 +0000
commit8db323c69c849d79c5d7d29aa334867046fdbee9 (patch)
tree18d714b93010e4b9c54f3f5f6dcdfe8c9c686058 /src/include
parent379c0c287dc4f9e1e03d998b09a593907d827cb3 (diff)
downloadgnunet-8db323c69c849d79c5d7d29aa334867046fdbee9.tar.gz
gnunet-8db323c69c849d79c5d7d29aa334867046fdbee9.zip
fix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_constants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 0fc63a526..771b473e8 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -98,6 +98,13 @@ extern "C"
98#define GNUNET_CONSTANTS_IDLE_LOAD_THRESHOLD 70 98#define GNUNET_CONSTANTS_IDLE_LOAD_THRESHOLD 70
99 99
100/** 100/**
101 * For how long do we allow unused bandwidth
102 * from the past to carry over into the future? (in seconds)
103 */
104#define GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY_S 5
105
106
107/**
101 * After how long do we expire an address in a HELLO that we just 108 * After how long do we expire an address in a HELLO that we just
102 * validated? This value is also used for our own addresses when we 109 * validated? This value is also used for our own addresses when we
103 * create a HELLO. 110 * create a HELLO.