summaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 904357c92..fcbc8df47 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -41,6 +41,13 @@ extern "C"
41 41
42 42
43/** 43/**
44 * Default republication frequency for stored data in the DHT.
45 */
46#define GNUNET_DHT_DEFAULT_REPUBLISH_FREQUENCY GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 60)
47
48
49
50/**
44 * Connection to the DHT service. 51 * Connection to the DHT service.
45 */ 52 */
46struct GNUNET_DHT_Handle; 53struct GNUNET_DHT_Handle;