aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 12:46:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 12:46:48 +0000
commit1f3e06a9d063aefd82ff5081f340a3ce5783ca9b (patch)
tree21c32a583fc253eb4609fdabaf1ab00305824a4d /src/include/gnunet_constants.h
parentfb8d41530a536dda3dba02ea3674475db6570f04 (diff)
downloadgnunet-1f3e06a9d063aefd82ff5081f340a3ce5783ca9b.tar.gz
gnunet-1f3e06a9d063aefd82ff5081f340a3ce5783ca9b.zip
process find peer requests and replies
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 7315c9c73..0fc63a526 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -98,6 +98,14 @@ extern "C"
98#define GNUNET_CONSTANTS_IDLE_LOAD_THRESHOLD 70 98#define GNUNET_CONSTANTS_IDLE_LOAD_THRESHOLD 70
99 99
100/** 100/**
101 * 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
103 * create a HELLO.
104 */
105#define GNUNET_CONSTANTS_HELLO_ADDRESS_EXPIRATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 12)
106
107
108/**
101 * Size of the 'struct EncryptedMessage' of the core (which 109 * Size of the 'struct EncryptedMessage' of the core (which
102 * is the per-message overhead of the core). 110 * is the per-message overhead of the core).
103 */ 111 */