FreeRDP/winpr/libwinpr/winsock
Hardening 542811291c Use poll() instead of select() when available
select() has the major drawback that it cannot handle file descriptor
that are bigger than 1024. This patch makes use of poll() instead of
select() when poll() support is available.
2014-07-03 15:26:49 +02:00
..
CMakeLists.txt libwinpr-winsock: fix non-monolithic build 2014-06-01 22:25:19 -04:00
module.def libwinpr-winsock: fix non-monolithic build 2014-06-01 22:25:19 -04:00
ModuleOptions.cmake libwinpr-winsock: fix non-monolithic build 2014-06-01 22:25:19 -04:00
winsock.c Use poll() instead of select() when available 2014-07-03 15:26:49 +02:00