GNUnet 0.21.1
GNUNET_TRANSPORT_IncomingMessageAck Struct Reference

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

#include </home/buildbot/bb-worker/worker/gnunet_firefly/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. More...
 
uint32_t reserved
 Reserved (0) More...
 
uint64_t fc_id
 Which message is being ACKed? More...
 
struct GNUNET_PeerIdentity sender
 Sender identifier of the original message. More...
 

Detailed Description

Transport informs us about being done with an incoming message.

(only sent if fc_on was set).

Definition at line 368 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 373 of file transport.h.

◆ reserved

uint32_t GNUNET_TRANSPORT_IncomingMessageAck::reserved

Reserved (0)

Definition at line 378 of file transport.h.

Referenced by finish_cmc_handling_with_continue(), and handle_incoming_msg().

◆ fc_id

uint64_t GNUNET_TRANSPORT_IncomingMessageAck::fc_id

Which message is being ACKed?

Definition at line 383 of file transport.h.

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

◆ sender

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_IncomingMessageAck::sender

Sender identifier of the original message.

Definition at line 388 of file transport.h.

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


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