Message used to notify ATS that the performance characteristics for an address have changed. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/ats.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message of type GNUNET_MESSAGE_TYPE_ATS_ADDRESS_UPDATE. More... | |
uint32_t | session_id |
Internal number this client uses to refer to this address. More... | |
struct GNUNET_PeerIdentity | peer |
Which peer is this about? (Technically redundant, as the session_id should be sufficient, but enables ATS service to find the session faster). More... | |
struct GNUNET_ATS_PropertiesNBO | properties |
Performance properties of the address. More... | |
Message used to notify ATS that the performance characteristics for an address have changed.
struct GNUNET_MessageHeader AddressUpdateMessage::header |
Message of type GNUNET_MESSAGE_TYPE_ATS_ADDRESS_UPDATE.
uint32_t AddressUpdateMessage::session_id |
struct GNUNET_PeerIdentity AddressUpdateMessage::peer |
Which peer is this about? (Technically redundant, as the session_id should be sufficient, but enables ATS service to find the session faster).
Definition at line 171 of file ats.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
struct GNUNET_ATS_PropertiesNBO AddressUpdateMessage::properties |