OpenVPN
Data Fields
reliable_entry Struct Reference

The structure in which the reliability layer stores a single incoming or outgoing packet. More...

#include <reliable.h>

Collaboration diagram for reliable_entry:
Collaboration graph
[legend]

Data Fields

bool active
 
interval_t timeout
 
time_t next_try
 
packet_id_type packet_id
 
size_t n_acks
 
int opcode
 
struct buffer buf
 

Detailed Description

The structure in which the reliability layer stores a single incoming or outgoing packet.

Definition at line 74 of file reliable.h.

Field Documentation

◆ active

bool reliable_entry::active

◆ buf

struct buffer reliable_entry::buf

◆ n_acks

size_t reliable_entry::n_acks

◆ next_try

time_t reliable_entry::next_try

◆ opcode

int reliable_entry::opcode

◆ packet_id

packet_id_type reliable_entry::packet_id

◆ timeout

interval_t reliable_entry::timeout

The documentation for this struct was generated from the following file: