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 549 of file gnunet_cadet_service.h.
struct GNUNET_PeerIdentity GNUNET_CADET_TunnelDetails::peer |
Target of the tunnel.
Definition at line 498 of file gnunet_cadet_service.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), handle_get_tunnels(), and tunnels_callback().
uint32_t GNUNET_CADET_TunnelDetails::channels |
How many channels use the tunnel.
Definition at line 559 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 564 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 569 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 574 of file gnunet_cadet_service.h.
Referenced by handle_get_tunnels(), and tunnels_callback().