aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index f10483424..e817c470f 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -94,6 +94,14 @@ extern "C"
94 94
95 95
96/** 96/**
97 * After how long do we expire an address in a HELLO that we just
98 * validated? This value is also used for our own addresses when we
99 * create a HELLO.
100 */
101#define GNUNET_CONSTANTS_DHT_MAX_EXPIRATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 24)
102
103
104/**
97 * Size of the 'struct EncryptedMessage' of the core (which 105 * Size of the 'struct EncryptedMessage' of the core (which
98 * is the per-message overhead of the core). 106 * is the per-message overhead of the core).
99 */ 107 */
@@ -120,6 +128,7 @@ extern "C"
120 128
121 129
122 130
131
123#if 0 /* keep Emacsens' auto-indent happy */ 132#if 0 /* keep Emacsens' auto-indent happy */
124{ 133{
125#endif 134#endif