Kea 2.7.5
|
#include <string>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | isc::util::ReconnectCtl |
Warehouses reconnect control values. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
Typedefs | |
typedef boost::shared_ptr< ReconnectCtl > | isc::util::ReconnectCtlPtr |
Pointer to an instance of ReconnectCtl. | |
Enumerations | |
enum class | isc::util::OnFailAction { isc::util::STOP_RETRY_EXIT , isc::util::SERVE_RETRY_EXIT , isc::util::SERVE_RETRY_CONTINUE } |
Type of action to take on connection loss. More... | |