aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_hello.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-13 21:19:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-13 21:19:05 +0000
commitc01972f2300865e9750092d566da5b08a05c7b4f (patch)
treeee90331959f5694a1de7743740ade58a5c65c4fb /src/transport/gnunet-service-transport_hello.h
parente1d767d557cb8241f69e50b9e8d55e5a08e0adcb (diff)
downloadgnunet-c01972f2300865e9750092d566da5b08a05c7b4f.tar.gz
gnunet-c01972f2300865e9750092d566da5b08a05c7b4f.zip
HELLOs
Diffstat (limited to 'src/transport/gnunet-service-transport_hello.h')
-rw-r--r--src/transport/gnunet-service-transport_hello.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_hello.h b/src/transport/gnunet-service-transport_hello.h
index d34162841..7b86d62d0 100644
--- a/src/transport/gnunet-service-transport_hello.h
+++ b/src/transport/gnunet-service-transport_hello.h
@@ -32,6 +32,14 @@
32 32
33 33
34/** 34/**
35 * After how long do we expire an address in a HELLO that we just
36 * validated? This value is also used for our own addresses when we
37 * create a HELLO.
38 */
39#define GST_HELLO_ADDRESS_EXPIRATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 12)
40
41
42/**
35 * Signature of a function to call whenever our hello changes. 43 * Signature of a function to call whenever our hello changes.
36 * 44 *
37 * @param cls closure 45 * @param cls closure