xrdp/tools/devel
matt335672 78fa1c15b2 Replace select() system call with poll()
poll() is specified in POSIX.1-2001 as a simpler interface for
multiplexed file descriptors than select(). It also provides more
functionality.

This PR replaces the select() calls used in xrdp with poll()
equivalents.
2023-02-13 14:28:29 +00:00
..
gtcp_proxy Replace select() system call with poll() 2023-02-13 14:28:29 +00:00
tcp_proxy Fix compilation on OpenBSD 2023-01-05 10:52:08 +00:00
Makefile.am Moving gtcp_proxy and tcp_proxy to the tools/devel directory 2021-03-26 14:16:00 +00:00