aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_hello.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/transport/gnunet-service-transport_hello.h
parentfb8d41530a536dda3dba02ea3674475db6570f04 (diff)
downloadgnunet-1f3e06a9d063aefd82ff5081f340a3ce5783ca9b.tar.gz
gnunet-1f3e06a9d063aefd82ff5081f340a3ce5783ca9b.zip
process find peer requests and replies
Diffstat (limited to 'src/transport/gnunet-service-transport_hello.h')
-rw-r--r--src/transport/gnunet-service-transport_hello.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/transport/gnunet-service-transport_hello.h b/src/transport/gnunet-service-transport_hello.h
index 153b7447e..8d15ec6b5 100644
--- a/src/transport/gnunet-service-transport_hello.h
+++ b/src/transport/gnunet-service-transport_hello.h
@@ -31,13 +31,6 @@
31#include "gnunet_util_lib.h" 31#include "gnunet_util_lib.h"
32 32
33 33
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 34
42/** 35/**
43 * Signature of a function to call whenever our hello changes. 36 * Signature of a function to call whenever our hello changes.