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