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>
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... | |
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.
struct GNUNET_MessageHeader StartMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_START.
Definition at line 66 of file transport.h.
uint32_t StartMessage::options |
0: no options 1: The self field should be checked 2: this client is interested in payload traffic
Definition at line 73 of file transport.h.
Referenced by reconnect().
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().