Message to inform the client about channels in the service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/cadet/cadet.h>
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... | |
Message to inform the client about channels in the service.
TODO: split into two messages!
struct GNUNET_MessageHeader GNUNET_CADET_LocalInfo::header |
struct GNUNET_CADET_ClientChannelNumber GNUNET_CADET_LocalInfo::ccn |
struct GNUNET_PeerIdentity GNUNET_CADET_LocalInfo::peer |
ID of the destination of the channel (can be local peer).
Definition at line 267 of file cadet.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().