common internal definitions for hostlist daemon More...
#include <stdlib.h>#include "platform.h"#include "gnunet_core_service.h"#include "gnunet_protocols.h"#include "gnunet_statistics_service.h"#include "gnunet_util_lib.h"Go to the source code of this file.
Macros | |
| #define | MAX_URL_LEN 1000 |
| How long can hostlist URLs be? | |
| #define | MAX_BYTES_PER_HOSTLISTS 500000 |
| How many bytes do we download at most from a hostlist server? | |
common internal definitions for hostlist daemon
Definition in file gnunet-daemon-hostlist.h.
| #define MAX_URL_LEN 1000 |
How long can hostlist URLs be?
Definition at line 36 of file gnunet-daemon-hostlist.h.
| #define MAX_BYTES_PER_HOSTLISTS 500000 |
How many bytes do we download at most from a hostlist server?
Definition at line 41 of file gnunet-daemon-hostlist.h.