How do I disable the incoming connections limitation of xinetd?

Updated -

The rate of incoming connections of xinetd is controlled by cps parameter in xinetd.conf. A default xinetd.conf looks like the following:

#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
 instances = 60
 log_type = SYSLOG authpriv
 log_on_success = HOST PID
 log_on_failure = HOST
 cps = 25 30
}

includedir /etc/xinetd.d

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content