#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/ats.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_ATS_PEER_INFORMATION. More... | |
uint16_t | address_length |
uint16_t | plugin_name_length |
struct GNUNET_PeerIdentity | peer |
uint32_t | address_active |
uint32_t | id |
struct GNUNET_BANDWIDTH_Value32NBO | bandwidth_out |
struct GNUNET_BANDWIDTH_Value32NBO | bandwidth_in |
struct GNUNET_ATS_PropertiesNBO | properties |
Performance properties of the address. More... | |
uint32_t | address_local_info |
Local-only information of the address, see enum GNUNET_HELLO_AddressInfo . More... | |
struct GNUNET_MessageHeader PeerInformationMessage::header |
uint16_t PeerInformationMessage::plugin_name_length |
Definition at line 293 of file ats.h.
Referenced by notify_client(), and transmit_req_addr().
struct GNUNET_PeerIdentity PeerInformationMessage::peer |
Definition at line 293 of file ats.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
uint32_t PeerInformationMessage::id |
Definition at line 308 of file ats.h.
Referenced by gnunet_testing.Peer::start().
struct GNUNET_BANDWIDTH_Value32NBO PeerInformationMessage::bandwidth_out |
Definition at line 308 of file ats.h.
Referenced by notify_client(), and transmit_req_addr().
struct GNUNET_BANDWIDTH_Value32NBO PeerInformationMessage::bandwidth_in |
Definition at line 308 of file ats.h.
Referenced by notify_client(), and transmit_req_addr().
struct GNUNET_ATS_PropertiesNBO PeerInformationMessage::properties |
uint32_t PeerInformationMessage::address_local_info |