aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
commit3999807382f98843cdde19211fc94484d0793087 (patch)
treeeab97299e72edbfdd5d6f409db0729d9780d3e5e /src/include/gnunet_constants.h
parentabc1a0ea19b7dc199b83749d31e32622c7469ded (diff)
downloadgnunet-3999807382f98843cdde19211fc94484d0793087.tar.gz
gnunet-3999807382f98843cdde19211fc94484d0793087.zip
-introducing signing of regex accept states, removing PID from regex API
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