Message to inform the client about one of the tunnels 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_TUNNELS. | |
| uint32_t | channels |
| Number of channels. | |
| struct GNUNET_PeerIdentity | destination |
| ID of the destination of the tunnel (can be local peer). | |
| uint32_t | connections |
| Number of connections. | |
| uint16_t | estate |
| Encryption state. | |
| uint16_t | cstate |
| Connection state. | |
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.