Handle for the transport service (includes all of the state for the transport service). More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
My client connection to the transport service. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
My configuration. More... | |
struct GNUNET_SCHEDULER_Task * | reconnect_task |
ID of the task trying to reconnect to the service. More... | |
struct GNUNET_TIME_Relative | reconnect_delay |
Delay until we try to reconnect. More... | |
int | reconnecting |
Reconnect in progress. More... | |
Handle for the transport service (includes all of the state for the transport service).
Definition at line 42 of file transport_api_manipulation.c.
struct GNUNET_MQ_Handle* GNUNET_TRANSPORT_ManipulationHandle::mq |
My client connection to the transport service.
Definition at line 47 of file transport_api_manipulation.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_TRANSPORT_ManipulationHandle::cfg |
My configuration.
Definition at line 52 of file transport_api_manipulation.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_SCHEDULER_Task* GNUNET_TRANSPORT_ManipulationHandle::reconnect_task |
ID of the task trying to reconnect to the service.
Definition at line 57 of file transport_api_manipulation.c.
struct GNUNET_TIME_Relative GNUNET_TRANSPORT_ManipulationHandle::reconnect_delay |
Delay until we try to reconnect.
Definition at line 57 of file transport_api_manipulation.c.
int GNUNET_TRANSPORT_ManipulationHandle::reconnecting |
Reconnect in progress.
Definition at line 67 of file transport_api_manipulation.c.