GNUnet 0.21.1
GNUNET_NSE_FloodMessage Struct Reference

Network size estimate reply; sent when "this" peer's timer has run out before receiving a valid reply from another peer. More...

Collaboration diagram for GNUNET_NSE_FloodMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_NSE_P2P_FLOOD. More...
 
uint32_t hop_count
 Number of hops this message has taken so far. More...
 
struct GNUNET_CRYPTO_EccSignaturePurpose purpose
 Purpose. More...
 
struct GNUNET_TIME_AbsoluteNBO timestamp
 The current timestamp value (which all peers should agree on). More...
 
uint32_t matching_bits
 Number of matching bits between the hash of timestamp and the initiator's public key. More...
 
struct GNUNET_PeerIdentity origin
 Public key of the originator. More...
 
uint64_t proof_of_work
 Proof of work, causing leading zeros when hashed with pkey. More...
 
struct GNUNET_CRYPTO_EddsaSignature signature
 Signature (over range specified in purpose). More...
 

Detailed Description

Network size estimate reply; sent when "this" peer's timer has run out before receiving a valid reply from another peer.

Definition at line 175 of file gnunet-service-nse.c.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_NSE_FloodMessage::header

Type: GNUNET_MESSAGE_TYPE_NSE_P2P_FLOOD.

Definition at line 180 of file gnunet-service-nse.c.

Referenced by setup_flood_message().

◆ hop_count

uint32_t GNUNET_NSE_FloodMessage::hop_count

Number of hops this message has taken so far.

Definition at line 185 of file gnunet-service-nse.c.

Referenced by handle_p2p_estimate(), setup_flood_message(), and update_flood_message().

◆ purpose

struct GNUNET_CRYPTO_EccSignaturePurpose GNUNET_NSE_FloodMessage::purpose

Purpose.

Definition at line 190 of file gnunet-service-nse.c.

Referenced by setup_flood_message(), and verify_message_crypto().

◆ timestamp

struct GNUNET_TIME_AbsoluteNBO GNUNET_NSE_FloodMessage::timestamp

The current timestamp value (which all peers should agree on).

Definition at line 196 of file gnunet-service-nse.c.

Referenced by handle_p2p_estimate(), setup_flood_message(), and update_flood_message().

◆ matching_bits

uint32_t GNUNET_NSE_FloodMessage::matching_bits

Number of matching bits between the hash of timestamp and the initiator's public key.

Definition at line 203 of file gnunet-service-nse.c.

Referenced by handle_p2p_estimate(), setup_flood_message(), and update_flood_message().

◆ origin

struct GNUNET_PeerIdentity GNUNET_NSE_FloodMessage::origin

Public key of the originator.

Definition at line 208 of file gnunet-service-nse.c.

Referenced by handle_p2p_estimate(), setup_flood_message(), and verify_message_crypto().

◆ proof_of_work

uint64_t GNUNET_NSE_FloodMessage::proof_of_work

Proof of work, causing leading zeros when hashed with pkey.

Definition at line 213 of file gnunet-service-nse.c.

Referenced by setup_flood_message(), and verify_message_crypto().

◆ signature

struct GNUNET_CRYPTO_EddsaSignature GNUNET_NSE_FloodMessage::signature

Signature (over range specified in purpose).

Definition at line 218 of file gnunet-service-nse.c.

Referenced by setup_flood_message(), and verify_message_crypto().


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