Memcache: configured to use UDP
UDP is a permissive protocol. Running your memcache instance with UDP may expose the server to various UDP based attacks (see below). It is a best practice to avoid it unless you really have a reason to use it.
Problem
In memcached.conf:
-U 11222Fix
Remove the configuration (remove -U)
See
Updated about 2 months ago