Message to inform the client about channels in the service. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/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. | |
| struct GNUNET_CADET_ClientChannelNumber | ccn |
| ID of the channel allowed to send more data. | |
| struct GNUNET_PeerIdentity | peer |
| ID of the destination of the channel (can be local peer). | |
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 |