hi there, this is what i have in server cfg for the antiflood feature:

//** GetStatus/GetInfo Anti Flood Protection 1=on 0=off
seta sv_packetantiflood 1
//sv_packetflooddelay "50" (<0...1000> in miliseconds) Anti-getstatus flood delay.allowed time delay between two incoming packets from the same IP
So i guess my sv_packetflooddelay is set to 50ms as the default value.
But while going through a net traffic capture i noticed commun delay between 2 incoming packets from the same IP is generally under 30 ms, meaning half of all client packets would be dropped indefinitely O_o
So is it really working?

packetrate.jpg