GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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:108
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:1030