OpenVPN
|
The reliability layer storage structure for one VPN tunnel's control channel in one direction. More...
#include <reliable.h>
Data Fields | |
int | size |
interval_t | initial_timeout |
packet_id_type | packet_id |
int | offset |
bool | hold |
struct reliable_entry | array [RELIABLE_CAPACITY] |
The reliability layer storage structure for one VPN tunnel's control channel in one direction.
Definition at line 97 of file reliable.h.
struct reliable_entry reliable::array[RELIABLE_CAPACITY] |
Definition at line 104 of file reliable.h.
Referenced by reliable_can_get(), reliable_can_send(), reliable_empty(), reliable_free(), reliable_get_buf(), reliable_get_buf_output_sequenced(), reliable_get_buf_sequenced(), reliable_init(), reliable_mark_active_incoming(), reliable_mark_active_outgoing(), reliable_mark_deleted(), reliable_not_replay(), reliable_print_ids(), reliable_schedule_now(), reliable_send(), reliable_send_purge(), and reliable_send_timeout().
bool reliable::hold |
Definition at line 103 of file reliable.h.
Referenced by reliable_can_send(), reliable_init(), and reliable_schedule_now().
interval_t reliable::initial_timeout |
Definition at line 100 of file reliable.h.
Referenced by reliable_mark_active_outgoing(), reliable_mark_deleted(), and reliable_schedule_now().
int reliable::offset |
Definition at line 102 of file reliable.h.
Referenced by reliable_get_buf(), and reliable_init().
packet_id_type reliable::packet_id |
Definition at line 101 of file reliable.h.
Referenced by reliable_get_buf_output_sequenced(), reliable_get_buf_sequenced(), reliable_mark_active_incoming(), reliable_mark_active_outgoing(), reliable_mark_deleted(), reliable_not_replay(), reliable_print_ids(), and reliable_wont_break_sequentiality().
int reliable::size |
Definition at line 99 of file reliable.h.
Referenced by reliable_can_get(), reliable_can_send(), reliable_empty(), reliable_free(), reliable_get_buf(), reliable_get_buf_output_sequenced(), reliable_get_buf_sequenced(), reliable_init(), reliable_mark_active_incoming(), reliable_mark_active_outgoing(), reliable_mark_deleted(), reliable_not_replay(), reliable_print_ids(), reliable_schedule_now(), reliable_send(), reliable_send_purge(), reliable_send_timeout(), and reliable_wont_break_sequentiality().