Information
This entry starts the sprayd daemon when required. This service is used as a tool to generate UDP packets for testing and diagnosing network problems.
Rationale:
The sprayd service is used as a tool to generate UDP packets for testing and diagnosing network problems.
The service must be disabled if not explicitly required for network performance testing purposes as it can be used as a (Distributed) Denial of Service ((D)DoS) attack.
Solution
In /etc/inetd.conf, comment out the sprayd entry and refresh the inetd process:
chsubserver -r inetd -C /etc/inetd.conf -d -v 'sprayd' -p udp
lssrc -s inetd && refresh -s inetd
Default Value:
Disabled