Connectivity client to ATS service: we would like to have address suggestions for this peer. 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_REQUEST_ADDRESS or GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS_CANCEL to stop suggestions. More... | |
uint32_t | strength |
How "strong" is our need for an address for this peer? More... | |
struct GNUNET_PeerIdentity | peer |
Peer to get address suggestions for. More... | |
Connectivity client to ATS service: we would like to have address suggestions for this peer.
struct GNUNET_MessageHeader RequestAddressMessage::header |
Type is GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS or GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS_CANCEL to stop suggestions.
uint32_t RequestAddressMessage::strength |
struct GNUNET_PeerIdentity RequestAddressMessage::peer |
Peer to get address suggestions for.
Definition at line 99 of file ats.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().