GNUnet 0.21.1
GNUNET_TRANSPORT_AddressToVerify Struct Reference

Request to verify address. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>

Collaboration diagram for GNUNET_TRANSPORT_AddressToVerify:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_CONSIDER_VERIFY. More...
 
uint32_t reserved
 Reserved. More...
 
struct GNUNET_PeerIdentity peer
 Peer the address is from. More...
 

Detailed Description

Request to verify address.

Definition at line 748 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_AddressToVerify::header

Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_CONSIDER_VERIFY.

Definition at line 753 of file transport.h.

◆ reserved

uint32_t GNUNET_TRANSPORT_AddressToVerify::reserved

Reserved.

0.

Definition at line 758 of file transport.h.

◆ peer

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_AddressToVerify::peer

Peer the address is from.

Definition at line 763 of file transport.h.


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