Message to monitor get results going through peer, DHT service -> clients. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/dht/dht.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT. More... | |
uint32_t | type |
Content type. More... | |
uint32_t | reserved |
Reserved, always 0. More... | |
uint32_t | options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value. More... | |
uint32_t | put_path_length |
Length of the PUT path that follows (if tracked). More... | |
uint32_t | get_path_length |
Length of the GET path that follows (if tracked). More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration_time |
When does the content expire? More... | |
struct GNUNET_HashCode | key |
The key of the corresponding GET request. More... | |
Message to monitor get results going through peer, DHT service -> clients.
struct GNUNET_MessageHeader GNUNET_DHT_MonitorGetRespMessage::header |
uint32_t GNUNET_DHT_MonitorGetRespMessage::type |
uint32_t GNUNET_DHT_MonitorGetRespMessage::reserved |
uint32_t GNUNET_DHT_MonitorGetRespMessage::options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value.
Definition at line 396 of file dht.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(), 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().
uint32_t GNUNET_DHT_MonitorGetRespMessage::put_path_length |
Length of the PUT path that follows (if tracked).
Definition at line 401 of file dht.h.
Referenced by response_action().
uint32_t GNUNET_DHT_MonitorGetRespMessage::get_path_length |
Length of the GET path that follows (if tracked).
Definition at line 406 of file dht.h.
Referenced by response_action().
struct GNUNET_TIME_AbsoluteNBO GNUNET_DHT_MonitorGetRespMessage::expiration_time |
When does the content expire?
Definition at line 411 of file dht.h.
Referenced by response_action().
struct GNUNET_HashCode GNUNET_DHT_MonitorGetRespMessage::key |
The key of the corresponding GET request.
Definition at line 416 of file dht.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), response_action(), and gnunet-chk.Chk::uri().