DaZeus  2.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
server.h File Reference
#include <cassert>
#include <iostream>
#include <vector>
#include <string>
#include <stdint.h>
#include "network.h"
Include dependency graph for server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dazeus::ServerConfig
 
class  dazeus::Server
 

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.