GNUnet 0.21.1
GNUNET_RPS_P2P_PullReplyMessage Struct Reference

P2P Message to send PeerIDs to other peer. More...

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

Collaboration diagram for GNUNET_RPS_P2P_PullReplyMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header including size and type in NBO. More...
 
uint32_t num_peers
 Number of PeerIDs sent. More...
 

Detailed Description

P2P Message to send PeerIDs to other peer.

Definition at line 43 of file rps.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_RPS_P2P_PullReplyMessage::header

Header including size and type in NBO.

Definition at line 48 of file rps.h.

◆ num_peers

uint32_t GNUNET_RPS_P2P_PullReplyMessage::num_peers

Number of PeerIDs sent.

Definition at line 53 of file rps.h.

Referenced by send_pull_reply().


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