Heartbeat routers that deal with client heartbeating sending and receiving. More...
#include "comms/messages.hpp"
#include "comms/transport.hpp"
#include "comms/router.hpp"
#include "comms/settings.hpp"
#include <chrono>
Classes | |
class | stateline::comms::ClientHeartbeat |
Handles heartbeating on the client side. Client heartbeat assumes only one connection (to the server), so sends and receives to one source only. More... | |
Namespaces | |
stateline | |
stateline::comms | |
Typedefs | |
typedef std::chrono::high_resolution_clock | hrc |
Variables | |
const std::string | CLIENT_HB_SOCKET_ADDR = "inproc://clienthb" |
Heartbeat sockets talk on these addresses. | |
Heartbeat routers that deal with client heartbeating sending and receiving.