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>
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... | |
Transport informs us about being done with an incoming message.
(only sent if fc_on was set).
Definition at line 373 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_IncomingMessageAck::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_INCOMING_MSG_ACK.
Definition at line 378 of file transport.h.
uint32_t GNUNET_TRANSPORT_IncomingMessageAck::reserved |
Reserved (0)
Definition at line 383 of file transport.h.
Referenced by finish_cmc_handling_with_continue(), and handle_incoming_msg().
uint64_t GNUNET_TRANSPORT_IncomingMessageAck::fc_id |
Which message is being ACKed?
Definition at line 388 of file transport.h.
Referenced by finish_cmc_handling_with_continue(), handle_incoming_ack(), and handle_incoming_msg().
struct GNUNET_PeerIdentity GNUNET_TRANSPORT_IncomingMessageAck::sender |
Sender identifier of the original message.
Definition at line 393 of file transport.h.
Referenced by finish_cmc_handling_with_continue(), handle_incoming_ack(), and handle_incoming_msg().