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 httpdomain.httpdomain.HTTPResource::add_target_and_index(), httpdomain.autohttp.flask_base.AutoflaskBase::blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::endpoints(), httpdomain.autohttp.bottle.AutobottleDirective::make_rst(), httpdomain.autohttp.tornado.AutoTornadoDirective::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::modules(), httpdomain.autohttp.flask_base.AutoflaskBase::order(), reconnect(), typescriptdomain.TypeScriptDefinition::run(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::undoc_endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::undoc_endpoints(), and httpdomain.autohttp.flask_base.AutoflaskBase::undoc_modules().
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().