Acknowledgement payload. More...
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... | |
Acknowledgement payload.
Definition at line 482 of file gnunet-service-transport.c.
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 490 of file gnunet-service-transport.c.
Referenced by transmit_cummulative_ack_cb().
struct AcknowledgementUUIDP TransportCummulativeAckPayloadP::ack_uuid |
UUID of a message being acknowledged.
Definition at line 495 of file gnunet-service-transport.c.
Referenced by transmit_cummulative_ack_cb().