![]() |
GNUnet
0.11.x
|
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 |
Configuration to use.
Definition at line 45 of file nse_api.c.
Referenced by GNUNET_NSE_connect(), and reconnect().
struct GNUNET_MQ_Handle* GNUNET_NSE_Handle::mq |
Message queue (if available).
Definition at line 50 of file nse_api.c.
Referenced by GNUNET_NSE_connect(), GNUNET_NSE_disconnect(), mq_error_handler(), and reconnect().
struct GNUNET_SCHEDULER_Task* GNUNET_NSE_Handle::reconnect_task |
Task doing exponential back-off trying to reconnect.
Definition at line 55 of file nse_api.c.
Referenced by GNUNET_NSE_disconnect(), mq_error_handler(), and reconnect().
struct GNUNET_TIME_Relative GNUNET_NSE_Handle::reconnect_delay |
Time for next connect retry.
Definition at line 60 of file nse_api.c.
Referenced by GNUNET_NSE_connect(), handle_estimate(), and mq_error_handler().
GNUNET_NSE_Callback GNUNET_NSE_Handle::recv_cb |
Callback function to call when message is received.
Definition at line 65 of file nse_api.c.
Referenced by GNUNET_NSE_connect(), and handle_estimate().
void* GNUNET_NSE_Handle::recv_cb_cls |
Closure to pass to recv_cb callback.
Definition at line 70 of file nse_api.c.
Referenced by GNUNET_NSE_connect(), and handle_estimate().