How can I limit the number of simultaneous connections from an IP address with tcpserver to avoid being DoSed by a single POP3 user? I can do it on freebsd with inetd, but don't seem to find this functionality in tcpserver.
TomP
How can I limit the number of simultaneous connections from an IP address with tcpserver to avoid being DoSed by a single POP3 user? I can do it on freebsd with inetd, but don't seem to find this functionality in tcpserver.