GNUnet 0.21.1
GNUNET_CADET_LocalInfo Struct Reference

Message to inform the client about channels in the service. More...

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

Collaboration diagram for GNUNET_CADET_LocalInfo:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL or #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER. More...
 
struct GNUNET_CADET_ClientChannelNumber ccn
 ID of the channel allowed to send more data. More...
 
struct GNUNET_PeerIdentity peer
 ID of the destination of the channel (can be local peer). More...
 

Detailed Description

Message to inform the client about channels in the service.

TODO: split into two messages!

Definition at line 298 of file cadet.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_CADET_LocalInfo::header

Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL or #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEER.

Definition at line 304 of file cadet.h.

◆ ccn

struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_LocalInfo::ccn

ID of the channel allowed to send more data.

Definition at line 309 of file cadet.h.

◆ peer

struct GNUNET_PeerIdentity GNUNET_CADET_LocalInfo::peer

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

Definition at line 314 of file cadet.h.


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