20# include <sys/socket.h>
33TcpConnector::TcpConnector() =
default;
35TcpConnector::~TcpConnector() =
default;
98 res = select(
handle + 1,
nullptr, &
myset,
nullptr, timeout);
102 }
else if (res > 0) {
128 "Connect [handle=%d] at %s:%d",
A mini-server for performing network communication in the background.
BufferedPort()
Constructor.
#define yCError(component,...)
#define YARP_OS_LOG_COMPONENT(name, name_string)
The components from which ports and connections are built.
An interface to the operating system, including Port based communication.