Kea 2.5.8
tcp_listener.h File Reference
#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>
+ Include dependency graph for tcp_listener.h:
+ This graph shows which files directly or indirectly include this file:

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.