aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-06 12:55:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-06 12:55:38 +0000
commit2ffb6f329c85b24367199f910f6603950e1fba68 (patch)
tree537e401b59e3f7c435d5d8369ba3088e1679743b /src/dht/dht.h
parentb8da6057b2c0c66931ccde9b4bba418fc5222724 (diff)
downloadgnunet-2ffb6f329c85b24367199f910f6603950e1fba68.tar.gz
gnunet-2ffb6f329c85b24367199f910f6603950e1fba68.zip
DHT PUT integration into FS
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 0f9d28fe4..bcfc5abd4 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -57,11 +57,6 @@
57/** 57/**
58 * FIXME: document. 58 * FIXME: document.
59 */ 59 */
60#define DEFAULT_DHT_REPUBLISH_FREQUENCY GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 60)
61
62/**
63 * FIXME: document.
64 */
65#define DHT_SEND_PRIORITY 4 60#define DHT_SEND_PRIORITY 4
66 61
67/** 62/**