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>
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... | |
Message to inform the client about one of the tunnels in the service.
TODO: split into two messages!
struct GNUNET_MessageHeader GNUNET_CADET_LocalInfoTunnel::header |
Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNEL or GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS.
uint32_t GNUNET_CADET_LocalInfoTunnel::channels |
struct GNUNET_PeerIdentity GNUNET_CADET_LocalInfoTunnel::destination |
uint32_t GNUNET_CADET_LocalInfoTunnel::connections |
uint16_t GNUNET_CADET_LocalInfoTunnel::estate |
uint16_t GNUNET_CADET_LocalInfoTunnel::cstate |
Connection state.