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>
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... | |
We got an address of another peer, TRANSPORT service should validate it.
There is no response.
Definition at line 836 of file transport.h.
struct GNUNET_MessageHeader RequestHelloValidationMessage::header |
Type is GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_HELLO_VALIDATION.
Definition at line 841 of file transport.h.
uint32_t RequestHelloValidationMessage::nt |
What type of network does the other peer claim this is? A enum GNUNET_NetworkType
in NBO.
Definition at line 847 of file transport.h.
struct GNUNET_PeerIdentity RequestHelloValidationMessage::peer |
Peer to the address is presumably for.
Definition at line 852 of file transport.h.
Referenced by GNUNET_TRANSPORT_application_validate().