Sv packetfiltertime

From MoH:AA Reborn Wiki
Jump to: navigation, search

Description

CVar Information
Name sv_packetfiltertime
Default value 2000
Allowed values from 0 to 65000
Type Normal
Remarks CVars value shoudln't be lower than 100
This CVars value is used by Packet AntiFlood System as throttle time window.
When Packet AntiFlood System detects that 5 continuosly incoming packets arrived to the server faster than packet time delay configured by sv_packetflooddelay CVar, it will turn on time throttle window, and from this point on, it will drop all incoming packets for specified (by this CVar) amount of milliseconds.
Value of this CVar shouldn't be lower than 100 [ms], because Packet AntiFlood System will drop incoming packets for this amount of time, which may be insufficient to protect the server from the packets flood.
Packet Time Throttle Window will be only used when IP Hash Table will fail to initialize.
For further information please read about Packet AntiFlood System


See also