Kea 2.7.5
|
#include <config.h>
#include <exceptions/exceptions.h>
#include <asiolink/io_error.h>
#include <asiolink/io_socket.h>
#include <util/buffer.h>
#include <functional>
#include <string>
#include <unistd.h>
#include <ext/coroutine/coroutine.hpp>
Go to the source code of this file.
Classes | |
class | isc::asiolink::BufferOverflow |
Buffer overflow. More... | |
class | isc::asiolink::DummyAsioSocket< C > |
The DummyAsioSocket class is a concrete derived class of IOAsioSocket that is not associated with any real socket. More... | |
class | isc::asiolink::IOAsioSocket< C > |
I/O Socket with asynchronous operations. More... | |
class | isc::asiolink::SocketNotOpen |
Socket not open. More... | |
class | isc::asiolink::SocketSetError |
Error setting socket options. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::asiolink |