Kea 2.5.8
mt_tcp_listener_mgr.h File Reference
#include <asiolink/io_address.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service_thread_pool.h>
#include <tcp/tcp_listener.h>
#include <thread>
#include <vector>
+ Include dependency graph for mt_tcp_listener_mgr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::tcp::MtTcpListenerMgr
 Manages a thread-pool that is used to drive a TcpListener. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::tcp
 

Typedefs

typedef boost::shared_ptr< MtTcpListenerMgr > isc::tcp::MtTcpListenerMgrPtr
 Defines a shared pointer to MtTcpListenerMgr.
 
typedef std::function< TcpListenerPtr(const asiolink::IOServicePtr &io_service, const asiolink::IOAddress &server_address, const unsigned short server_port, const asiolink::TlsContextPtr &tls_context, const TcpListener::IdleTimeout &idle_timeout, const TcpConnectionFilterCallback &connection_filter) > isc::tcp::TcpListenerFactory
 Defines a factory function for creating TcpListeners.
 

Variables

const long isc::tcp::TCP_IDLE_CONNECTION_TIMEOUT = 300 * 1000
 Default connection idle timeout in milliseconds.