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. | |
| struct AcknowledgementUUIDP | ack_uuid |
| UUID of a message being acknowledged. | |
Acknowledgement payload.
Definition at line 2431 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 2437 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 2442 of file gnunet-service-transport.c.
Referenced by cummulative_ack(), and transmit_cummulative_ack_cb().