-doxygen, one more statistic
[oweals/gnunet.git] / src / hostlist / gnunet-daemon-hostlist.h
index 0b185ab7eefa28376b40f25ebcd8162eb0fddb6b..ca9895dad21eb571f7a6713436da85b27e96d5a2 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
  */
 #include <stdlib.h>
 #include "platform.h"
-#include "hostlist-client.h"
-#include "hostlist-server.h"
 #include "gnunet_core_service.h"
-#include "gnunet_getopt_lib.h"
 #include "gnunet_protocols.h"
-#include "gnunet_program_lib.h"
 #include "gnunet_statistics_service.h"
-#include "gnunet_strings_lib.h"
-#include "gnunet_time_lib.h"
 #include "gnunet_util_lib.h"
 
 /**
- * General hostlist daemon debugging.
+ * How long can hostlist URLs be?
  */
-#define DEBUG_HOSTLIST GNUNET_NO
+#define MAX_URL_LEN 1000
 
+/**
+ * How many bytes do we download at most from a hostlist server?
+ */
+#define MAX_BYTES_PER_HOSTLISTS 500000
 
 /* end of gnunet-daemon-hostlist.h */