Sam Hocevar 982c14f46f Properly handle FD_SET on Windows. Fixes #5.
On Windows, select() ignores its first argument and instead relies on a
slightly different fd_set structure that can hold file descriptors with
arbitrary values. We use the Microsoft recommended way and just increase
FD_SETSIZE at compilation time.
2017-07-19 19:18:01 +02:00
2016-02-06 14:20:20 +01:00
2016-02-08 09:20:55 +01:00
2016-01-10 20:50:29 +01:00
2016-01-10 20:50:29 +01:00
2016-01-13 05:24:44 +01:00
2016-01-13 05:24:44 +01:00
2016-02-08 02:36:23 +01:00

rinetd, by Thomas Boutell. Released under the terms of the GNU General
Public License, version 2 or later.

This program is used to efficiently redirect connections from one IP
address/port combination to another. It is useful when operating virtual
servers, firewalls and the like.

To build under Unix, run "./bootstrap" to create the configuration
files, then "./configure" to create the build files, and then type
"make" to build rinetd. To install, type "make install" as root.

For documentation run "make install", then type "man rinetd" for
details. Or, read index.html in your browser.

Description
📡 TCP/UDP port redirector
Readme 471 KiB
Languages
C 81.4%
HTML 8.6%
Roff 5.8%
Shell 2.6%
Makefile 0.8%
Other 0.8%