37 #include <visp3/core/vpConfig.h>
38 #include <visp3/core/vpDebug.h>
39 #include <visp3/core/vpException.h>
40 #include <visp3/core/vpNetwork.h>
43 #ifdef VISP_HAVE_FUNC_INET_NTOP
171 unsigned int max_clients;
175 VP_EXPLICIT
vpServer(
const int &port);
176 vpServer(
const std::string &adress_serv,
const int &port_serv);
180 bool checkForConnections();
This class represents a Transmission Control Protocol (TCP) network.
void print(const char *id="")
This class represents a Transmission Control Protocol (TCP) server.
unsigned int getNumberOfClients() const
unsigned int getMaxNumberOfClients() const
void setMaxNumberOfClients(const unsigned int &l)