Acknowledgement payload. More...
Data Fields | |
struct GNUNET_TIME_Absolute | receive_time |
When did we receive the message we are ACKing? Used to calculate the delay we introduced by cummulating ACKs. More... | |
struct AcknowledgementUUIDP | ack_uuid |
UUID of a message being acknowledged. More... | |
Acknowledgement payload.
Definition at line 2421 of file gnunet-service-transport.c.
struct GNUNET_TIME_Absolute TransportCummulativeAckPayload::receive_time |
When did we receive the message we are ACKing? Used to calculate the delay we introduced by cummulating ACKs.
Definition at line 2427 of file gnunet-service-transport.c.
Referenced by cummulative_ack(), and transmit_cummulative_ack_cb().
struct AcknowledgementUUIDP TransportCummulativeAckPayload::ack_uuid |
UUID of a message being acknowledged.
Definition at line 2432 of file gnunet-service-transport.c.
Referenced by cummulative_ack(), and transmit_cummulative_ack_cb().