GNUnet 0.21.1
018.c
Go to the documentation of this file.
1dht_handle = GNUNET_DHT_connect (cfg, parallel_requests);
2
dht_handle
Definition: 018.c:1
static struct GNUNET_CONFIGURATION_Handle * cfg
Our configuration.
Definition: gnunet-arm.c:109
struct GNUNET_DHT_Handle * GNUNET_DHT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, unsigned int ht_len)
Initialize the connection with the DHT service.
Definition: dht_api.c:1037