Handle to the ATS subsystem for connectivity management. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Our configuration. More... | |
struct GNUNET_CONTAINER_MultiPeerMap * | sug_requests |
Map with the identities of all the peers for which we would like to have address suggestions. More... | |
struct GNUNET_MQ_Handle * | mq |
Message queue for sending requests to the ATS service. More... | |
struct GNUNET_SCHEDULER_Task * | task |
Task to trigger reconnect. More... | |
struct GNUNET_TIME_Relative | backoff |
Reconnect backoff delay. More... | |
Handle to the ATS subsystem for connectivity management.
Definition at line 60 of file ats_api_connectivity.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_ATS_ConnectivityHandle::cfg |
Our configuration.
Definition at line 65 of file ats_api_connectivity.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
struct GNUNET_CONTAINER_MultiPeerMap* GNUNET_ATS_ConnectivityHandle::sug_requests |
Map with the identities of all the peers for which we would like to have address suggestions.
The key is the PID, the value is currently the struct GNUNET_ATS_ConnectivitySuggestHandle
Definition at line 72 of file ats_api_connectivity.c.
struct GNUNET_MQ_Handle* GNUNET_ATS_ConnectivityHandle::mq |
Message queue for sending requests to the ATS service.
Definition at line 77 of file ats_api_connectivity.c.
struct GNUNET_SCHEDULER_Task* GNUNET_ATS_ConnectivityHandle::task |
Task to trigger reconnect.
Definition at line 82 of file ats_api_connectivity.c.
struct GNUNET_TIME_Relative GNUNET_ATS_ConnectivityHandle::backoff |
Reconnect backoff delay.
Definition at line 82 of file ats_api_connectivity.c.