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>
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... | |
Message sent from host controller of a peer(A) to the host controller of another peer(B) to request B to connect to A.
struct GNUNET_MessageHeader GNUNET_TESTBED_RemoteOverlayConnectMessage::header |
uint32_t GNUNET_TESTBED_RemoteOverlayConnectMessage::peer |
The Unique ID of B.
Definition at line 418 of file testbed.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
uint64_t GNUNET_TESTBED_RemoteOverlayConnectMessage::operation_id |
struct GNUNET_PeerIdentity GNUNET_TESTBED_RemoteOverlayConnectMessage::peer_identity |
struct GNUNET_MessageHeader GNUNET_TESTBED_RemoteOverlayConnectMessage::hello[0] |