diff options
Diffstat (limited to 'net/onenetd/pkg-descr')
-rw-r--r-- | net/onenetd/pkg-descr | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/net/onenetd/pkg-descr b/net/onenetd/pkg-descr index c6ed56736b3b..33b7f3491397 100644 --- a/net/onenetd/pkg-descr +++ b/net/onenetd/pkg-descr @@ -1,4 +1,9 @@ -A single-server inetd, similar to Dan Bernstein's tcpserver or -courier-tcpd from Courier-IMAP. This is small, and supports limiting -the number of concurrent connections and refusing further connections -with a configurable message. +onenetd is a single-port inetd. Invoke it as onenetd -h for options, +or see the included manual page. + +onenetd was inspired by D. J. Bernstein's tcpserver program from +the ucspi-tcp suite, and is broadly compatible with it. Compared +to tcpserver, onenetd is missing support for access control, IDENT +lookups and DNS resolution, but adds IPv6 support and the ability +to refuse connections with a fixed response once the connection +limit is reached. |