Message from the library to the transport service asking for binary addresses known for a peer. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/transport.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_TRAFFIC_METRIC. More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_PeerIdentity | peer |
The identity of the peer to look up. More... | |
struct GNUNET_ATS_PropertiesNBO | properties |
Fake properties to generate. More... | |
struct GNUNET_TIME_RelativeNBO | delay_in |
Fake delay to add on inbound traffic. More... | |
struct GNUNET_TIME_RelativeNBO | delay_out |
Fake delay to add on outbound traffic. More... | |
Message from the library to the transport service asking for binary addresses known for a peer.
Definition at line 493 of file transport.h.
struct GNUNET_MessageHeader TrafficMetricMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_TRAFFIC_METRIC.
Definition at line 480 of file transport.h.
uint32_t TrafficMetricMessage::reserved |
Always zero.
Definition at line 503 of file transport.h.
struct GNUNET_PeerIdentity TrafficMetricMessage::peer |
The identity of the peer to look up.
Definition at line 503 of file transport.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and GST_manipulation_set_metric().
struct GNUNET_ATS_PropertiesNBO TrafficMetricMessage::properties |
Fake properties to generate.
Definition at line 503 of file transport.h.
Referenced by GST_manipulation_set_metric().
struct GNUNET_TIME_RelativeNBO TrafficMetricMessage::delay_in |
Fake delay to add on inbound traffic.
Definition at line 503 of file transport.h.
Referenced by GST_manipulation_set_metric().
struct GNUNET_TIME_RelativeNBO TrafficMetricMessage::delay_out |
Fake delay to add on outbound traffic.
Definition at line 503 of file transport.h.
Referenced by GST_manipulation_set_metric().