GNUnet  0.20.0
GNUNET_TESTBED_RemoteOverlayConnectMessage Struct Reference

Message sent from host controller of a peer(A) to the host controller of another peer(B) to request B to connect to A. More...

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

Collaboration diagram for GNUNET_TESTBED_RemoteOverlayConnectMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_TESTBED_REMOTE_OVERLAY_CONNECT. More...
 
uint32_t peer
 The Unique ID of B. More...
 
uint64_t operation_id
 The Operation ID that is used to identify this operation. More...
 
struct GNUNET_PeerIdentity peer_identity
 Identity of A. More...
 
struct GNUNET_MessageHeader hello [0]
 To be followed by the HELLO message of A. More...
 

Detailed Description

Message sent from host controller of a peer(A) to the host controller of another peer(B) to request B to connect to A.

Definition at line 408 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_RemoteOverlayConnectMessage::header

◆ peer

uint32_t GNUNET_TESTBED_RemoteOverlayConnectMessage::peer

◆ operation_id

uint64_t GNUNET_TESTBED_RemoteOverlayConnectMessage::operation_id

The Operation ID that is used to identify this operation.

Definition at line 423 of file testbed.h.

◆ peer_identity

struct GNUNET_PeerIdentity GNUNET_TESTBED_RemoteOverlayConnectMessage::peer_identity

Identity of A.

Definition at line 423 of file testbed.h.

◆ hello

struct GNUNET_MessageHeader GNUNET_TESTBED_RemoteOverlayConnectMessage::hello[0]

To be followed by the HELLO message of A.

Definition at line 423 of file testbed.h.


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