If you run Linux, you can use this IPtables chain rule until DAF (or other plugins) gets fixed. It solved some of my problems:
Code:iptables -I INPUT -p udp --dport <UDP> -m length --length 0:32 -j DROP
If you run Linux, you can use this IPtables chain rule until DAF (or other plugins) gets fixed. It solved some of my problems:
Code:iptables -I INPUT -p udp --dport <UDP> -m length --length 0:32 -j DROP