GNUnet 0.21.1
GNUNET_DHT_MonitorGetRespMessage Struct Reference

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>

Collaboration diagram for GNUNET_DHT_MonitorGetRespMessage:
[legend]

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...
 

Detailed Description

Message to monitor get results going through peer, DHT service -> clients.

Definition at line 376 of file dht.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_DHT_MonitorGetRespMessage::header

Type: GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT.

Definition at line 381 of file dht.h.

◆ type

uint32_t GNUNET_DHT_MonitorGetRespMessage::type

Content type.

Definition at line 386 of file dht.h.

Referenced by response_action().

◆ reserved

uint32_t GNUNET_DHT_MonitorGetRespMessage::reserved

Reserved, always 0.

Definition at line 391 of file dht.h.

◆ options

◆ put_path_length

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().

◆ get_path_length

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().

◆ expiration_time

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().

◆ key

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().


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