Kea 2.7.5
|
#include <asiolink/io_service.h>
#include <asiolink/io_address.h>
#include <asiolink/tcp_endpoint.h>
#include <tcp/tcp_connection_pool.h>
#include <boost/scoped_ptr.hpp>
Go to the source code of this file.
Classes | |
struct | isc::tcp::TcpListener::IdleTimeout |
Idle connection timeout. More... | |
class | isc::tcp::TcpListener |
Implements a class that listens for, accepts, and manages TCP connections. More... | |
class | isc::tcp::TcpListenerError |
A generic error raised by the TcpListener class. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::tcp |
Typedefs | |
typedef boost::shared_ptr< TcpListener > | isc::tcp::TcpListenerPtr |
Pointer to a TcpListener. | |