GNUnet 0.21.1
RecordResultMessage Struct Reference

Record is returned from the namestore (as authority). More...

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

Collaboration diagram for RecordResultMessage:
[legend]

Data Fields

struct GNUNET_NAMESTORE_Header gns_header
 Type will be GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_RESULT. More...
 
struct GNUNET_TIME_AbsoluteNBO expire
 Expiration time if the record result (if any). More...
 
uint16_t name_len
 Name length. More...
 
uint16_t rd_len
 Length of serialized record data. More...
 
uint16_t rd_count
 Number of records contained. More...
 
uint16_t key_len
 Length of the zone key. More...
 

Detailed Description

Record is returned from the namestore (as authority).

Definition at line 403 of file namestore.h.

Field Documentation

◆ gns_header

struct GNUNET_NAMESTORE_Header RecordResultMessage::gns_header

◆ expire

struct GNUNET_TIME_AbsoluteNBO RecordResultMessage::expire

Expiration time if the record result (if any).

Takes TOMBSTONEs into account.

Definition at line 414 of file namestore.h.

Referenced by handle_result(), and send_lookup_response_with_filter().

◆ name_len

uint16_t RecordResultMessage::name_len

Name length.

Definition at line 419 of file namestore.h.

Referenced by check_result(), handle_result(), and send_lookup_response_with_filter().

◆ rd_len

uint16_t RecordResultMessage::rd_len

Length of serialized record data.

Definition at line 424 of file namestore.h.

Referenced by check_result(), handle_result(), and send_lookup_response_with_filter().

◆ rd_count

uint16_t RecordResultMessage::rd_count

Number of records contained.

Definition at line 429 of file namestore.h.

Referenced by check_result(), handle_result(), and send_lookup_response_with_filter().

◆ key_len

uint16_t RecordResultMessage::key_len

Length of the zone key.

Definition at line 434 of file namestore.h.

Referenced by check_result(), handle_result(), and send_lookup_response_with_filter().


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