GNUnet 0.21.1
GNUNET_DHT_ClientGetMessage Struct Reference

DHT GET message sent from clients to service. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/dht/dht.h>

Collaboration diagram for GNUNET_DHT_ClientGetMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET. More...
 
uint32_t options
 Message options, actually an 'enum GNUNET_DHT_RouteOption' value. More...
 
uint32_t desired_replication_level
 Replication level for this message. More...
 
uint32_t type
 The type for the data for the GET request; actually an 'enum GNUNET_BLOCK_Type'. More...
 
struct GNUNET_HashCode key
 The key to search for. More...
 
uint64_t unique_id
 Unique ID identifying this request, if 0 then the client will not expect a response. More...
 

Detailed Description

DHT GET message sent from clients to service.

Indicates that a GET request should be issued.

Definition at line 71 of file dht.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_DHT_ClientGetMessage::header

Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET.

Definition at line 76 of file dht.h.

◆ options

◆ desired_replication_level

uint32_t GNUNET_DHT_ClientGetMessage::desired_replication_level

Replication level for this message.

Definition at line 86 of file dht.h.

Referenced by GNUNET_DHT_get_start(), and send_get().

◆ type

uint32_t GNUNET_DHT_ClientGetMessage::type

The type for the data for the GET request; actually an 'enum GNUNET_BLOCK_Type'.

Definition at line 92 of file dht.h.

Referenced by send_get().

◆ key

struct GNUNET_HashCode GNUNET_DHT_ClientGetMessage::key

The key to search for.

Definition at line 97 of file dht.h.

Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), send_get(), and gnunet-chk.Chk::uri().

◆ unique_id

uint64_t GNUNET_DHT_ClientGetMessage::unique_id

Unique ID identifying this request, if 0 then the client will not expect a response.

Definition at line 103 of file dht.h.

Referenced by send_get().


The documentation for this struct was generated from the following file: