Rate Limiter!
TheJim
Join Date: 2005-01-09 Member: 34080Members, Constellation
Hi,
Does anyone know where i can get a rate limiter which will allow me to set a max and minimum update rate for all players so when they come on my server their rate is set between X and X ?
It would also have to be able to allow me to set other rates aswell!
Thanks!
Does anyone know where i can get a rate limiter which will allow me to set a max and minimum update rate for all players so when they come on my server their rate is set between X and X ?
It would also have to be able to allow me to set other rates aswell!
Thanks!
Comments
sv_minupdaterate
those two above don't help?
Limit by x bytes/sec per client
sv_maxrate
sv_minrate
Mine are set with the following settings:
sv_maxrate 20000
sv_minrate 4000
sv_maxupdaterate 60
sv_minupdaterate 30
Like if you set min and max to 5000, everyone will use 5000, no matter if their client rate was 1 or 99999999999999
Is this not correct?