GNUnet  0.20.0
TrafficMetricMessage Struct Reference

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>

Collaboration diagram for TrafficMetricMessage:
[legend]

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...
 

Detailed Description

Message from the library to the transport service asking for binary addresses known for a peer.

Definition at line 493 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader TrafficMetricMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_TRAFFIC_METRIC.

Definition at line 480 of file transport.h.

◆ reserved

uint32_t TrafficMetricMessage::reserved

Always zero.

Definition at line 503 of file transport.h.

◆ peer

◆ properties

struct GNUNET_ATS_PropertiesNBO TrafficMetricMessage::properties

Fake properties to generate.

Definition at line 503 of file transport.h.

Referenced by GST_manipulation_set_metric().

◆ delay_in

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().

◆ delay_out

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().


The documentation for this struct was generated from the following file: