23#include <Poco/Net/TCPServer.h>
27 static std::string loggerName;
28 static Poco::Net::ServerSocket ss;
29 static Poco::Net::TCPServer* server;
32 static std::atomic<bool> running;
34 static bool start(
int port = 4004);
Definition: nymph_server.h:26