Handle for talking with the NSE service. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Configuration to use. More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue (if available). More... | |
struct GNUNET_SCHEDULER_Task * | reconnect_task |
Task doing exponential back-off trying to reconnect. More... | |
struct GNUNET_TIME_Relative | reconnect_delay |
Time for next connect retry. More... | |
GNUNET_NSE_Callback | recv_cb |
Callback function to call when message is received. More... | |
void * | recv_cb_cls |
Closure to pass to recv_cb callback. More... | |
const struct GNUNET_CONFIGURATION_Handle* GNUNET_NSE_Handle::cfg |
struct GNUNET_MQ_Handle* GNUNET_NSE_Handle::mq |
struct GNUNET_SCHEDULER_Task* GNUNET_NSE_Handle::reconnect_task |
struct GNUNET_TIME_Relative GNUNET_NSE_Handle::reconnect_delay |
GNUNET_NSE_Callback GNUNET_NSE_Handle::recv_cb |
void* GNUNET_NSE_Handle::recv_cb_cls |