GNUnet 0.21.2
StartMessage Struct Reference

Message from the transport service to the library asking to check if both processes agree about this peers identity. More...

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

Collaboration diagram for StartMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_START. More...
 
uint32_t options
 0: no options 1: The self field should be checked 2: this client is interested in payload traffic More...
 
struct GNUNET_PeerIdentity self
 Identity we think we have. More...
 

Detailed Description

Message from the transport service to the library asking to check if both processes agree about this peers identity.

Definition at line 61 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader StartMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_START.

Definition at line 66 of file transport.h.

◆ options

◆ self

struct GNUNET_PeerIdentity StartMessage::self

Identity we think we have.

If it does not match, the receiver should print out an error message and disconnect.

Definition at line 79 of file transport.h.

Referenced by reconnect().


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