Connection to another node. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/testing/testing_api_topology.h>
Data Fields | |
struct GNUNET_TESTING_NodeConnection * | prev |
Pointer to the previous connection in the DLL. More... | |
struct GNUNET_TESTING_NodeConnection * | next |
Pointer to the next connection in the DLL. More... | |
unsigned int | namespace_n |
The number of the subnet of the node this connection points to. More... | |
unsigned int | node_n |
The number of the node this connection points to. More... | |
enum GNUNET_TESTING_NodeType | node_type |
The type of the node this connection points to. More... | |
struct GNUNET_TESTING_NetjailNode * | node |
The node which establish the connection. More... | |
struct GNUNET_TESTING_AddressPrefix * | address_prefixes_head |
Head of the DLL with the address prefixes for the protocols this node is reachable. More... | |
struct GNUNET_TESTING_AddressPrefix * | address_prefixes_tail |
Tail of the DLL with the address prefixes for the protocols this node is reachable. More... | |
Connection to another node.
Definition at line 97 of file testing_api_topology.h.
struct GNUNET_TESTING_NodeConnection* GNUNET_TESTING_NodeConnection::prev |
Pointer to the previous connection in the DLL.
Definition at line 102 of file testing_api_topology.h.
struct GNUNET_TESTING_NodeConnection* GNUNET_TESTING_NodeConnection::next |
Pointer to the next connection in the DLL.
Definition at line 107 of file testing_api_topology.h.
Referenced by connect_peers_run(), log_nodes(), notify_connect(), and will_the_other_node_connect_via_udp().
unsigned int GNUNET_TESTING_NodeConnection::namespace_n |
The number of the subnet of the node this connection points to.
This is 0, if the node is a global known node.
Definition at line 113 of file testing_api_topology.h.
Referenced by get_node_info(), GNUNET_TESTING_calculate_num(), GNUNET_TESTING_get_address(), log_nodes(), and will_the_other_node_connect_via_udp().
unsigned int GNUNET_TESTING_NodeConnection::node_n |
The number of the node this connection points to.
Definition at line 118 of file testing_api_topology.h.
Referenced by GNUNET_TESTING_calculate_num(), GNUNET_TESTING_get_address(), log_nodes(), and will_the_other_node_connect_via_udp().
enum GNUNET_TESTING_NodeType GNUNET_TESTING_NodeConnection::node_type |
The type of the node this connection points to.
Definition at line 123 of file testing_api_topology.h.
Referenced by log_nodes().
struct GNUNET_TESTING_NetjailNode* GNUNET_TESTING_NodeConnection::node |
The node which establish the connection.
Definition at line 128 of file testing_api_topology.h.
Referenced by get_node_info(), GNUNET_TESTING_get_address(), GNUNET_TESTING_get_connections(), and GNUNET_TESTING_get_node().
struct GNUNET_TESTING_AddressPrefix* GNUNET_TESTING_NodeConnection::address_prefixes_head |
Head of the DLL with the address prefixes for the protocols this node is reachable.
Definition at line 133 of file testing_api_topology.h.
Referenced by connect_peers_run(), log_nodes(), and will_the_other_node_connect_via_udp().
struct GNUNET_TESTING_AddressPrefix* GNUNET_TESTING_NodeConnection::address_prefixes_tail |
Tail of the DLL with the address prefixes for the protocols this node is reachable.
Definition at line 138 of file testing_api_topology.h.