OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::BufferLimit< T > Member List

This is the complete list of members for openvpn::BufferLimit< T >, including all inherited members.

add(const Buffer &buf)openvpn::BufferLimit< T >inline
BufferLimit()openvpn::BufferLimit< T >inline
BufferLimit(const T max_lines_arg, const T max_bytes_arg)openvpn::BufferLimit< T >inline
bytes_exceeded()=0openvpn::BufferLimit< T >pure virtual
lines_exceeded()=0openvpn::BufferLimit< T >pure virtual
max_bytesopenvpn::BufferLimit< T >protected
max_linesopenvpn::BufferLimit< T >protected
n_bytesopenvpn::BufferLimit< T >protected
n_linesopenvpn::BufferLimit< T >protected
reset()openvpn::BufferLimit< T >inline
set_max(const T max_lines_arg, const T max_bytes_arg)openvpn::BufferLimit< T >inline
~BufferLimit()=defaultopenvpn::BufferLimit< T >virtual