![]() |
GNUnet
0.11.x
|
#include </home/handbook/gnunet/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 |
Type is GNUNET_MESSAGE_TYPE_ATS_PEER_INFORMATION.
Definition at line 283 of file ats.h.
Referenced by check_address_list(), check_peer_information(), and notify_client().
uint16_t PeerInformationMessage::address_length |
Definition at line 288 of file ats.h.
Referenced by check_address_list(), check_peer_information(), handle_address_list(), handle_peer_information(), notify_client(), and transmit_req_addr().
uint16_t PeerInformationMessage::plugin_name_length |
Definition at line 293 of file ats.h.
Referenced by check_address_list(), check_peer_information(), handle_address_list(), notify_client(), and transmit_req_addr().
struct GNUNET_PeerIdentity PeerInformationMessage::peer |
Definition at line 298 of file ats.h.
Referenced by handle_address_list(), handle_peer_information(), notify_client(), and transmit_req_addr().
uint32_t PeerInformationMessage::address_active |
Definition at line 303 of file ats.h.
Referenced by handle_address_list(), handle_peer_information(), notify_client(), and transmit_req_addr().
uint32_t PeerInformationMessage::id |
Definition at line 308 of file ats.h.
Referenced by handle_address_list(), notify_client(), and transmit_req_addr().
struct GNUNET_BANDWIDTH_Value32NBO PeerInformationMessage::bandwidth_out |
Definition at line 313 of file ats.h.
Referenced by handle_address_list(), handle_peer_information(), notify_client(), and transmit_req_addr().
struct GNUNET_BANDWIDTH_Value32NBO PeerInformationMessage::bandwidth_in |
Definition at line 318 of file ats.h.
Referenced by handle_address_list(), handle_peer_information(), notify_client(), and transmit_req_addr().
struct GNUNET_ATS_PropertiesNBO PeerInformationMessage::properties |
Performance properties of the address.
Definition at line 323 of file ats.h.
Referenced by handle_address_list(), handle_peer_information(), notify_client(), and transmit_req_addr().
uint32_t PeerInformationMessage::address_local_info |
Local-only information of the address, see enum GNUNET_HELLO_AddressInfo
.
Definition at line 329 of file ats.h.
Referenced by handle_peer_information(), notify_client(), and transmit_req_addr().