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 61 of file reliable.h.
int reliable_ack::len |
Definition at line 63 of file reliable.h.
Referenced by calc_control_channel_frame_overhead(), copy_acks_to_mru(), reliable_ack_acknowledge_packet_id(), reliable_ack_empty(), reliable_ack_outstanding(), reliable_ack_packet_id_present(), reliable_ack_parse(), reliable_ack_read(), reliable_ack_write(), reliable_send_purge(), test_copy_acks_to_lru(), and test_parse_ack().
packet_id_type reliable_ack::packet_id[RELIABLE_ACK_SIZE] |
Definition at line 64 of file reliable.h.
Referenced by copy_acks_to_mru(), reliable_ack_acknowledge_packet_id(), reliable_ack_packet_id_present(), reliable_ack_parse(), reliable_ack_write(), reliable_send_purge(), test_copy_acks_to_lru(), and test_parse_ack().