GNUnet debian-0.24.3-23-g589b01d60
FeedAddressesMessage Struct Reference

Message requesting a signature on data with the current peer id. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/pils/pils.h>

Collaboration diagram for FeedAddressesMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_PILS_FEED_ADDRESSES. More...
 
uint32_t block_len
 For alignment. More...
 

Detailed Description

Message requesting a signature on data with the current peer id.

The message does not contain the actual data but the hash.

FIXME currently not in use Message containing the signature over the requested data.

FIXME currently not in use Message feeding new addresses of the underlay to the service, so the new peer id can be generated from it. The actual addresses are not sent but their hash.

Definition at line 122 of file pils.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader FeedAddressesMessage::header

Type: GNUNET_MESSAGE_TYPE_PILS_FEED_ADDRESSES.

Definition at line 127 of file pils.h.

◆ block_len

uint32_t FeedAddressesMessage::block_len

For alignment.

Definition at line 132 of file pils.h.

Referenced by handle_feed_addresses().


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