GNUnet 0.21.1
GNUNET_TRANSPORT_ApplicationHandle Struct Reference

Handle to the TRANSPORT subsystem for application management. More...

Collaboration diagram for GNUNET_TRANSPORT_ApplicationHandle:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 
struct GNUNET_CONTAINER_MultiPeerMapsug_requests
 Map with the identities of all the peers for which we would like to have address suggestions. More...
 
struct GNUNET_MQ_Handlemq
 Message queue for sending requests to the TRANSPORT service. More...
 
struct GNUNET_SCHEDULER_Tasktask
 Task to trigger reconnect. More...
 
struct GNUNET_TIME_Relative backoff
 Reconnect backoff delay. More...
 

Detailed Description

Handle to the TRANSPORT subsystem for application management.

Definition at line 66 of file transport_api2_application.c.

Field Documentation

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_TRANSPORT_ApplicationHandle::cfg

Our configuration.

Definition at line 71 of file transport_api2_application.c.

◆ sug_requests

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.

◆ mq

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.

◆ task

struct GNUNET_SCHEDULER_Task* GNUNET_TRANSPORT_ApplicationHandle::task

Task to trigger reconnect.

Definition at line 88 of file transport_api2_application.c.

◆ backoff

struct GNUNET_TIME_Relative GNUNET_TRANSPORT_ApplicationHandle::backoff

Reconnect backoff delay.

Definition at line 93 of file transport_api2_application.c.


The documentation for this struct was generated from the following file: