P2P GET message. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_DHT_P2P_GET. More... | |
uint32_t | type |
Desired content type. More... | |
uint16_t | options |
Processing options. More... | |
uint16_t | hop_count |
Hop count. More... | |
uint16_t | desired_replication_level |
Desired replication level for this request. More... | |
uint16_t | result_filter_size |
Size of the result filter. More... | |
char | bloomfilter [128] |
Bloomfilter (for peer identities) to stop circular routes. More... | |
struct GNUNET_HashCode | key |
The key we are looking for. More... | |
P2P GET message.
Definition at line 163 of file gnunet-service-dht_neighbours.c.
struct GNUNET_MessageHeader PeerGetMessage::header |
Type: GNUNET_MESSAGE_TYPE_DHT_P2P_GET.
Definition at line 168 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_NEIGHBOURS_handle_get().
uint32_t PeerGetMessage::type |
Desired content type.
Definition at line 173 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_NEIGHBOURS_handle_get().
uint16_t PeerGetMessage::options |
Processing options.
Definition at line 178 of file gnunet-service-dht_neighbours.c.
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(), GDS_NEIGHBOURS_handle_get(), 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().
uint16_t PeerGetMessage::hop_count |
Hop count.
Definition at line 183 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_NEIGHBOURS_handle_get().
uint16_t PeerGetMessage::desired_replication_level |
Desired replication level for this request.
Definition at line 188 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_NEIGHBOURS_handle_get().
uint16_t PeerGetMessage::result_filter_size |
Size of the result filter.
Definition at line 193 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_NEIGHBOURS_handle_get().
char PeerGetMessage::bloomfilter[128] |
Bloomfilter (for peer identities) to stop circular routes.
Definition at line 198 of file gnunet-service-dht_neighbours.c.
Referenced by GDS_NEIGHBOURS_handle_get().
struct GNUNET_HashCode PeerGetMessage::key |
The key we are looking for.
Definition at line 203 of file gnunet-service-dht_neighbours.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), GDS_NEIGHBOURS_handle_get(), and gnunet-chk.Chk::uri().