9 #ifndef CPPSERVER_NANOMSG_PAIR_SERVER_H 10 #define CPPSERVER_NANOMSG_PAIR_SERVER_H 45 explicit PairServer(
const std::string& address,
bool threading =
true)
61 #endif // CPPSERVER_NANOMSG_PAIR_SERVER_H Socket for communication with exactly one peer.
C++ Server project definitions.
virtual ~PairServer()=default
Nanomsg server definition.
PairServer & operator=(const PairServer &)=delete
Protocol
Nanomsg protocol.
Standard full-blown socket.
PairServer(const std::string &address, bool threading=true)
Initialize server with a given endpoint address.