Kea 2.7.5
|
#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>
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. | |