Home
last modified time | relevance | path

Searched refs:cv_downloadspeed (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h379 extern consvar_t cv_maxsend, cv_noticedownload, cv_downloadspeed;
H A Dd_netfil.c953 if (cv_downloadspeed.value) // New behavior in FileSendTicker()
954 packetsent = cv_downloadspeed.value; in FileSendTicker()
H A Dd_netcmd.c580 CV_RegisterVar(&cv_downloadspeed); in D_RegisterServerCommands()
H A Dd_clisrv.c3123 consvar_t cv_downloadspeed = CVAR_INIT ("downloadspeed", "16", CV_SAVE|CV_NETVAR, downloadspeed_con… variable