GNUnet 0.28.1-dev.2-1-gdf99b3b63
 
Loading...
Searching...
No Matches
GNUNET_TRANSPORT_IncomingMessageAck Struct Reference

Transport informs us about being done with an incoming message. More...

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

Collaboration diagram for GNUNET_TRANSPORT_IncomingMessageAck:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_INCOMING_MSG_ACK.
 
uint32_t reserved
 Reserved (0)
 
uint64_t fc_id
 Which message is being ACKed?
 
struct GNUNET_PeerIdentity sender
 Sender identifier of the original message.
 

Detailed Description

Transport informs us about being done with an incoming message.

(only sent if fc_on was set).

Definition at line 375 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_IncomingMessageAck::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_INCOMING_MSG_ACK.

Definition at line 380 of file transport.h.

◆ reserved

uint32_t GNUNET_TRANSPORT_IncomingMessageAck::reserved

Reserved (0)

Definition at line 385 of file transport.h.

Referenced by handle_incoming_msg(), and send_cmc_ack().

◆ fc_id

uint64_t GNUNET_TRANSPORT_IncomingMessageAck::fc_id

Which message is being ACKed?

Definition at line 390 of file transport.h.

Referenced by handle_incoming_ack(), handle_incoming_msg(), and send_cmc_ack().

◆ sender

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_IncomingMessageAck::sender

Sender identifier of the original message.

Definition at line 395 of file transport.h.

Referenced by handle_incoming_ack(), handle_incoming_msg(), and send_cmc_ack().


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