As we know that TCP_WRAPPERS is a good way of security on linux/unix system, to disallow or allow remote user to connect to the specific services. Assume that if there have a large number of disallowed connections to the server configured with TCP_WRAPPERS, how many concurrent connections the TCP_WRAPPERS could handle?
Does it depend on TCP_WRAPPERS or Linux/Unix itself?