Handle to the TRANSPORT subsystem for application 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 TRANSPORT service. More... | |
struct GNUNET_SCHEDULER_Task * | task |
Task to trigger reconnect. More... | |
struct GNUNET_TIME_Relative | backoff |
Reconnect backoff delay. More... | |
Handle to the TRANSPORT subsystem for application management.
Definition at line 66 of file transport_api2_application.c.
const struct GNUNET_CONFIGURATION_Handle* GNUNET_TRANSPORT_ApplicationHandle::cfg |
Our configuration.
Definition at line 71 of file transport_api2_application.c.
struct GNUNET_CONTAINER_MultiPeerMap* GNUNET_TRANSPORT_ApplicationHandle::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_TRANSPORT_ApplicationSuggestHandle
Definition at line 78 of file transport_api2_application.c.
struct GNUNET_MQ_Handle* GNUNET_TRANSPORT_ApplicationHandle::mq |
Message queue for sending requests to the TRANSPORT service.
Definition at line 83 of file transport_api2_application.c.
struct GNUNET_SCHEDULER_Task* GNUNET_TRANSPORT_ApplicationHandle::task |
Task to trigger reconnect.
Definition at line 88 of file transport_api2_application.c.
struct GNUNET_TIME_Relative GNUNET_TRANSPORT_ApplicationHandle::backoff |
Reconnect backoff delay.
Definition at line 93 of file transport_api2_application.c.