tcpsvd interprets an instruction of 'C0' for a particular host as meaning 'no connections', whereas the documentation states that this should allow unlimited connections up to the global limit. This situation only arises when there is a global per-host concurrency limit which is being overridden for particular IPs. Patch below. --- tcpsvd.c.orig 2004-07-04 19:00:56.000000000 +0100 +++ tcpsvd.c 2004-07-04 19:01:15.000000000 +0100 @@ -172,7 +172,7 @@ } else ac =IPSVD_DEFAULT; - if (phcc > 0) { + if (phccmax > 0) { if (phcc > phccmax) { ac =IPSVD_DENY; if (phccmsg) { -- Torne (torne@wolfpuppy.org.uk) Wolf puppy, coder and social engineer.