GNUnet  0.19.3
RequestAddressMessage Struct Reference

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>

Collaboration diagram for RequestAddressMessage:
[legend]

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

Detailed Description

Connectivity client to ATS service: we would like to have address suggestions for this peer.

Definition at line 87 of file ats.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RequestAddressMessage::header

Type is GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS or GNUNET_MESSAGE_TYPE_ATS_REQUEST_ADDRESS_CANCEL to stop suggestions.

Definition at line 79 of file ats.h.

◆ strength

uint32_t RequestAddressMessage::strength

How "strong" is our need for an address for this peer?

Definition at line 99 of file ats.h.

◆ peer


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