Details about a tunnel managed by CADET. More...
#include <gnunet_cadet_service.h>
Data Fields | |
struct GNUNET_PeerIdentity | peer |
Target of the tunnel. More... | |
uint32_t | channels |
How many channels use the tunnel. More... | |
uint32_t | connections |
How many connections support the tunnel. More... | |
uint16_t | estate |
What is our encryption state? More... | |
uint16_t | cstate |
What is our connectivity state? More... | |
Details about a tunnel managed by CADET.
Definition at line 547 of file gnunet_cadet_service.h.
struct GNUNET_PeerIdentity GNUNET_CADET_TunnelDetails::peer |
Target of the tunnel.
Definition at line 552 of file gnunet_cadet_service.h.
Referenced by handle_get_tunnels(), and tunnels_callback().
uint32_t GNUNET_CADET_TunnelDetails::channels |
How many channels use the tunnel.
Definition at line 557 of file gnunet_cadet_service.h.
Referenced by handle_get_tunnels(), and tunnels_callback().
uint32_t GNUNET_CADET_TunnelDetails::connections |
How many connections support the tunnel.
Definition at line 562 of file gnunet_cadet_service.h.
Referenced by handle_get_tunnels(), and tunnels_callback().
uint16_t GNUNET_CADET_TunnelDetails::estate |
What is our encryption state?
Definition at line 567 of file gnunet_cadet_service.h.
Referenced by handle_get_tunnels(), and tunnels_callback().
uint16_t GNUNET_CADET_TunnelDetails::cstate |
What is our connectivity state?
Definition at line 572 of file gnunet_cadet_service.h.
Referenced by handle_get_tunnels(), and tunnels_callback().