Scheduling client to ATS service: here is another address you can use. More...
#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_ADDRESS_ADD. More... | |
uint16_t | address_length |
Number of bytes in the address that follows this struct. More... | |
uint16_t | plugin_name_length |
Number of bytes in the plugin name that follows this struct. More... | |
struct GNUNET_PeerIdentity | peer |
Identity of the peer that this address is for. More... | |
uint32_t | session_id |
Internal number this client will henceforth use to refer to this address. More... | |
uint32_t | address_local_info |
Local-only information of the address, see enum GNUNET_HELLO_AddressInfo . More... | |
struct GNUNET_ATS_PropertiesNBO | properties |
Performance properties of the address. More... | |
Scheduling client to ATS service: here is another address you can use.
struct GNUNET_MessageHeader AddressAddMessage::header |
Type is GNUNET_MESSAGE_TYPE_ATS_ADDRESS_ADD.
uint16_t AddressAddMessage::address_length |
uint16_t AddressAddMessage::plugin_name_length |
struct GNUNET_PeerIdentity AddressAddMessage::peer |
Identity of the peer that this address is for.
Definition at line 126 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 AddressAddMessage::session_id |
uint32_t AddressAddMessage::address_local_info |
struct GNUNET_ATS_PropertiesNBO AddressAddMessage::properties |