Kea
1.9.9-git
|
#include <dhcp/packet_queue.h>
#include <boost/circular_buffer.hpp>
#include <boost/scoped_ptr.hpp>
#include <sstream>
#include <mutex>
Go to the source code of this file.
Classes | |
class | isc::dhcp::PacketQueueRing< PacketTypePtr > |
Provides a ring-buffer implementation of the PacketQueue interface. More... | |
class | isc::dhcp::PacketQueueRing4 |
DHCPv4 packet queue buffer implementation. More... | |
class | isc::dhcp::PacketQueueRing6 |
DHCPv6 packet queue buffer implementation. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |