OpenVPN
|
The acknowledgment structure in which packet IDs are stored for later acknowledgment. More...
#include <reliable.h>
Data Fields | |
int | len |
packet_id_type | packet_id [RELIABLE_ACK_SIZE] |
The acknowledgment structure in which packet IDs are stored for later acknowledgment.
Definition at line 70 of file reliable.h.
int reliable_ack::len |
Definition at line 72 of file reliable.h.
Referenced by reliable_ack_acknowledge_packet_id(), reliable_ack_packet_id_present(), reliable_ack_read(), reliable_ack_write(), reliable_mark_deleted(), reliable_send_purge(), and tls_pre_decrypt().
packet_id_type reliable_ack::packet_id[RELIABLE_ACK_SIZE] |
Definition at line 73 of file reliable.h.
Referenced by reliable_ack_acknowledge_packet_id(), reliable_ack_packet_id_present(), reliable_ack_read(), reliable_ack_write(), reliable_mark_deleted(), and reliable_send_purge().