![]() |
Kea
2.5.2
|
#include <netinet/in.h>
#include <sys/socket.h>
#include <unistd.h>
#include <algorithm>
#include <cstddef>
#include <boost/numeric/conversion/cast.hpp>
#include <util/buffer.h>
#include <util/io_utilities.h>
#include <asiolink/io_asio_socket.h>
#include <asiolink/io_endpoint.h>
#include <asiolink/io_service.h>
#include <asiolink/tcp_endpoint.h>
#include <exceptions/isc_assert.h>
Go to the source code of this file.
Classes | |
class | isc::asiolink::BufferTooLarge |
Buffer Too Large. More... | |
class | isc::asiolink::TCPSocket< C > |
The TCPSocket class is a concrete derived class of IOAsioSocket that represents a TCP socket. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::asiolink | |