GNUnet 0.21.1
GNUNET_CADET_LocalInfoTunnel Struct Reference

Message to inform the client about one of the tunnels in the service. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/cadet/cadet.h>

Collaboration diagram for GNUNET_CADET_LocalInfoTunnel:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL or GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS. More...
 
uint32_t channels
 Number of channels. More...
 
struct GNUNET_PeerIdentity destination
 ID of the destination of the tunnel (can be local peer). More...
 
uint32_t connections
 Number of connections. More...
 
uint16_t estate
 Encryption state. More...
 
uint16_t cstate
 Connection state. More...
 

Detailed Description

Message to inform the client about one of the tunnels in the service.

TODO: split into two messages!

Definition at line 457 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalInfoTunnel::header

Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL or GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS.

Definition at line 463 of file cadet.h.

◆ channels

uint32_t GNUNET_CADET_LocalInfoTunnel::channels

Number of channels.

Definition at line 468 of file cadet.h.

◆ destination

struct GNUNET_PeerIdentity GNUNET_CADET_LocalInfoTunnel::destination

ID of the destination of the tunnel (can be local peer).

Definition at line 473 of file cadet.h.

◆ connections

uint32_t GNUNET_CADET_LocalInfoTunnel::connections

Number of connections.

Definition at line 478 of file cadet.h.

◆ estate

uint16_t GNUNET_CADET_LocalInfoTunnel::estate

Encryption state.

Definition at line 483 of file cadet.h.

◆ cstate

uint16_t GNUNET_CADET_LocalInfoTunnel::cstate

Connection state.

Definition at line 488 of file cadet.h.


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