DaZeus
2.0
|
#include "network.h"
#include "database.h"
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <sstream>
#include <assert.h>
Go to the source code of this file.
Classes | |
struct | dazeus::GlobalConfig |
struct | dazeus::PluginConfig |
struct | dazeus::SocketConfig |
class | dazeus::ConfigReader |
struct | dazeus::ConfigReader::exception |
Namespaces | |
namespace | dazeus |
Chooses one server or the other based on the priority and failure rate. Failure rate is recorded in the Network object that the ServerConfig object links to via the NetworkConfig, if there is such a NetworkConfig object. You must give two servers of the same Network. | |