class Connection, Network, Port: select() replaced by ppoll().

This commit is contained in:
Roland Jax
2014-11-13 16:31:32 +01:00
parent 5e07f0152d
commit baf60895ef
5 changed files with 51 additions and 48 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public:
/**
* @brief recvBytes read bytes from opened file descriptor.
* @param timeout max time out for new input data.
* @param timeoutmax time for new input data [usec].
* @param maxCount max size of receive buffer.
* @return number of read bytes or -1 if an error has occured.
*/