On Dec 03, Andrzej Dzik <[email protected]> wrote: > Service exceeds -R limit but > if service listens on ports below 1024 I can see '...(looping)...' in syslog. > if service listens on ports above 1024 there isn't any entry in syslog.
This is a feature, but I do not understand its rationale:
if (sep->se_family == AF_INET &&
ntohs(sep->se_ctrladdr_in.sin_port) >=
IPPORT_RESERVED) {
/*
* Cannot close it -- there are
* thieves on the system.
* Simply ignore the connection.
*/
--
ciao,
Marco
signature.asc
Description: Digital signature

