Home
last modified time | relevance | path

Searched refs:SelectSocket (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DSocket.h78 static int SelectSocket(const Socket sd, const size_t msec);
DSocket.cpp99 int ASocket::SelectSocket(const ASocket::Socket sd, const size_t msec) in SelectSocket() function in ASocket
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md108 int ret = ASocket::SelectSocket(tcpClient->GetSocketDescriptor(), 300); // poll for 300 ms
117 int ret = ASocket::SelectSocket(ConnectedClient, 50);