aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_sessions.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/gnunet-service-core_sessions.c b/src/core/gnunet-service-core_sessions.c
index 09bb3d6c4..66855769a 100644
--- a/src/core/gnunet-service-core_sessions.c
+++ b/src/core/gnunet-service-core_sessions.c
@@ -35,17 +35,6 @@
35 35
36 36
37/** 37/**
38 * How often do we transmit our typemap?
39 */
40#define TYPEMAP_FREQUENCY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
41
42/**
43 * How often do we transmit our typemap on first attempt?
44 */
45#define TYPEMAP_FREQUENCY_FIRST GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
46
47
48/**
49 * Message ready for encryption. This struct is followed by the 38 * Message ready for encryption. This struct is followed by the
50 * actual content of the message. 39 * actual content of the message.
51 */ 40 */