Go to the source code of this file.
|
| isc |
| Defines the logger used by the top-level component of kea-lfc.
|
|
| isc::tcp |
|
|
typedef boost::shared_ptr< MtTcpListenerMgr > | isc::tcp::MtTcpListenerMgrPtr |
| Defines a shared pointer to MtTcpListenerMgr. More...
|
|
typedef std::function< TcpListenerPtr(asiolink::IOService &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. More...
|
|