PROBLEM: (Patch ID: OSF415-410078) ******** This patch corrects two problems: o The default rate limitation was set to 500 instances of any specific service per minute which was insufficient. With this patch, this limitation is increased, which can be reduced by using the -R option. o inetd was closing all possible file descriptors per service request. With this patch, inetd was changed to only close know open file descriptors which reduces the number of system calls per service request.