S suhailc Verified User Joined Oct 4, 2004 Messages 108 Sep 25, 2006 #21 Hi, What does the following flags do exactly? inetd_flags="-l -R 1024" Regards, Suhail.
chatwizrd Verified User Joined Jul 3, 2005 Messages 1,911 Sep 25, 2006 #22 suhailc said: Hi, What does the following flags do exactly? inetd_flags="-l -R 1024" Regards, Suhail. Click to expand... -l Turn on logging of successful connections. -R rate Specify the maximum number of times a service can be invoked in one minute; the default is 256. A rate of 0 allows an unlimited number of invocations.
suhailc said: Hi, What does the following flags do exactly? inetd_flags="-l -R 1024" Regards, Suhail. Click to expand... -l Turn on logging of successful connections. -R rate Specify the maximum number of times a service can be invoked in one minute; the default is 256. A rate of 0 allows an unlimited number of invocations.
K Kelmas Verified User Joined Oct 31, 2006 Messages 13 Location Lithuania Oct 31, 2006 #24 And how about same problem on RedHat 9?