OpenVPN 3 Core Library
|
#include <packet_id_control.hpp>
Public Member Functions | |
OPENVPN_SIMPLE_EXCEPTION (packet_id_wrap) | |
PacketIDControlSend (PacketIDControl::id_t start_at=PacketIDControl::id_t(0)) | |
void | init (PacketIDControl::id_t start_at=0) |
PacketIDControl | next (const PacketIDControl::time_t now) |
void | write_next (Buffer &buf, const bool prepend, const PacketIDControl::time_t now) |
std::string | str () const |
Private Attributes | |
PacketIDControl | pid_ |
Definition at line 115 of file packet_id_control.hpp.
|
inlineexplicit |
Definition at line 121 of file packet_id_control.hpp.
|
inline |
start_at | initial id for the sending |
Definition at line 129 of file packet_id_control.hpp.
|
inline |
openvpn::PacketIDControlSend::OPENVPN_SIMPLE_EXCEPTION | ( | packet_id_wrap | ) |
|
inline |
Definition at line 156 of file packet_id_control.hpp.
|
inline |
|
private |
Definition at line 165 of file packet_id_control.hpp.