GNUnet 0.21.1
RequestHelloValidationMessage Struct Reference

We got an address of another peer, TRANSPORT service should validate it. More...

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

Collaboration diagram for RequestHelloValidationMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_HELLO_VALIDATION. More...
 
uint32_t nt
 What type of network does the other peer claim this is? A enum GNUNET_NetworkType in NBO. More...
 
struct GNUNET_PeerIdentity peer
 Peer to the address is presumably for. More...
 

Detailed Description

We got an address of another peer, TRANSPORT service should validate it.

There is no response.

Definition at line 804 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RequestHelloValidationMessage::header

◆ nt

uint32_t RequestHelloValidationMessage::nt

What type of network does the other peer claim this is? A enum GNUNET_NetworkType in NBO.

Definition at line 815 of file transport.h.

◆ peer

struct GNUNET_PeerIdentity RequestHelloValidationMessage::peer

Peer to the address is presumably for.

Definition at line 820 of file transport.h.

Referenced by GNUNET_TRANSPORT_application_validate().


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