An underlay link. More...
Data Fields | |
struct LinkProperty * | next |
next pointer for list More... | |
struct GNUNET_TESTBED_Peer * | peer |
the peer whose link is defined by these properties More... | |
uint32_t | latency |
latency of the link in microseconds More... | |
uint32_t | loss |
data loss on the link expressed as percentage More... | |
uint32_t | bandwidth |
bandwidth of the link in kilobytes per second More... | |
An underlay link.
Definition at line 34 of file testbed_api_underlay.c.
struct LinkProperty* LinkProperty::next |
next pointer for list
Definition at line 39 of file testbed_api_underlay.c.
Referenced by GNUNET_TESTBED_underlaylinkmodel_set_link().
struct GNUNET_TESTBED_Peer* LinkProperty::peer |
the peer whose link is defined by these properties
Definition at line 44 of file testbed_api_underlay.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and GNUNET_TESTBED_underlaylinkmodel_set_link().
uint32_t LinkProperty::latency |
latency of the link in microseconds
Definition at line 49 of file testbed_api_underlay.c.
Referenced by GNUNET_TESTBED_underlaylinkmodel_set_link().
uint32_t LinkProperty::loss |
data loss on the link expressed as percentage
Definition at line 54 of file testbed_api_underlay.c.
Referenced by GNUNET_TESTBED_underlaylinkmodel_set_link().
uint32_t LinkProperty::bandwidth |
bandwidth of the link in kilobytes per second
Definition at line 59 of file testbed_api_underlay.c.
Referenced by GNUNET_TESTBED_underlaylinkmodel_set_link().