GNUnet 0.21.1
TransportCummulativeAckPayloadP Struct Reference

Acknowledgement payload. More...

Collaboration diagram for TransportCummulativeAckPayloadP:
[legend]

Data Fields

struct GNUNET_TIME_RelativeNBO ack_delay
 How long was the ACK delayed for generating cumulative ACKs? Used to calculate the correct network RTT by taking the receipt time of the ack minus the transmission time of the sender minus this value. More...
 
struct AcknowledgementUUIDP ack_uuid
 UUID of a message being acknowledged. More...
 

Detailed Description

Acknowledgement payload.

Definition at line 476 of file gnunet-service-transport.c.

Field Documentation

◆ ack_delay

struct GNUNET_TIME_RelativeNBO TransportCummulativeAckPayloadP::ack_delay

How long was the ACK delayed for generating cumulative ACKs? Used to calculate the correct network RTT by taking the receipt time of the ack minus the transmission time of the sender minus this value.

Definition at line 484 of file gnunet-service-transport.c.

Referenced by transmit_cummulative_ack_cb().

◆ ack_uuid

struct AcknowledgementUUIDP TransportCummulativeAckPayloadP::ack_uuid

UUID of a message being acknowledged.

Definition at line 489 of file gnunet-service-transport.c.

Referenced by transmit_cummulative_ack_cb().


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