UDP key acknowledgement. More...
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type is GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_ACK. | |
| uint32_t | sequence_ack |
| Sequence acknowledgement limit. | |
| struct GNUNET_HashCode | cmac |
| CMAC of the base key being acknowledged. | |
UDP key acknowledgement.
May be sent via backchannel. Allows the sender to use struct UDPBox with the acknowledge key henceforth.
Definition at line 250 of file gnunet-communicator-udp.c.
| struct GNUNET_MessageHeader UDPAck::header |
Type is GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_ACK.
Definition at line 255 of file gnunet-communicator-udp.c.
Referenced by consider_ss_ack().
| uint32_t UDPAck::sequence_ack |
Sequence acknowledgement limit.
Specifies current maximum sequence number supported by receiver.
Definition at line 261 of file gnunet-communicator-udp.c.
Referenced by consider_ss_ack(), and handle_ack().
| struct GNUNET_HashCode UDPAck::cmac |
CMAC of the base key being acknowledged.
Definition at line 266 of file gnunet-communicator-udp.c.
Referenced by consider_ss_ack(), and handle_ack().