GNUnet  0.20.0
018.c
Go to the documentation of this file.
1 dht_handle = GNUNET_DHT_connect (cfg, parallel_requests);
2 
dht_handle
Definition: 018.c:1
static const struct GNUNET_CONFIGURATION_Handle * cfg
Configuration we are using.
Definition: gnunet-abd.c:36
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:1039