78fa1c15b2
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. |
||
---|---|---|
.. | ||
gtcp-proxy.c | ||
gtcp.c | ||
gtcp.h | ||
hexdump.c | ||
Makefile | ||
README.txt |
gtcp-proxy is a 'man in the middle' program to monitor data flowing between two network connections.