Member
61 posts
Registered:
Jul 2007
how in ezq/fuh i can manage outcoming traffic ? in mqwcl there is cl_netlimit which works great , in ezq/fuh we have cl_c2spps but this is not float for me (1 ~ 500 bps , 0 ~normal)
i know i can use cl_physfps / cl_maxfps / rate but shouldnt cl_c2spps working as cl_netlimit ?
edit > ok , have just discovered that working over some values :-I .
Member
61 posts
Registered:
Jul 2007
finally it works on fuhquake but not ezquake (but i think to have old built) can anyone confirm that it works on ezq ?
Member
232 posts
Registered:
Feb 2006
cl_c2spps works different to cl_netlimit. cl_netlimit specified the percentage of packets to drop, whereas cl_c2spps specifies the number of packets to send.
eg: at cl_maxfps 72, cl_c2spps 36 works like cl_netlimit, cl_c2spps 54 works like cl_netlimit 25 & so on.