Representation of an underlay link. More...
Data Fields | |
uint32_t | A |
position of peer A's handle in peers array More... | |
uint32_t | B |
position of peer B's handle in peers array More... | |
uint32_t | bandwidth |
Bandwidth of the link in bytes per second. More... | |
uint32_t | latency |
Latency of the link in milliseconds. More... | |
uint32_t | loss |
Loss in the link in percentage of message dropped. More... | |
Representation of an underlay link.
Definition at line 82 of file testbed_api_topology.c.
uint32_t UnderlayLink::A |
position of peer A's handle in peers array
Definition at line 87 of file testbed_api_topology.c.
Referenced by GNUNET_TESTBED_underlay_construct_(), and make_link().
uint32_t UnderlayLink::B |
position of peer B's handle in peers array
Definition at line 92 of file testbed_api_topology.c.
Referenced by GNUNET_TESTBED_underlay_construct_(), and make_link().
uint32_t UnderlayLink::bandwidth |
Bandwidth of the link in bytes per second.
Definition at line 97 of file testbed_api_topology.c.
Referenced by GNUNET_TESTBED_underlay_construct_().
uint32_t UnderlayLink::latency |
Latency of the link in milliseconds.
Definition at line 102 of file testbed_api_topology.c.
Referenced by GNUNET_TESTBED_underlay_construct_().
uint32_t UnderlayLink::loss |
Loss in the link in percentage of message dropped.
Definition at line 107 of file testbed_api_topology.c.
Referenced by GNUNET_TESTBED_underlay_construct_().