ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.19k stars 154 forks source link

Increase max sv_dlRate #267

Closed ostrich closed 7 months ago

ostrich commented 7 months ago

sv_dlRate is capped at 500 (K/s). Assuming clients can support it, please consider removing the cap or increasing it to something much higher.

ensiform commented 7 months ago

Why? It only applies to udp downloads. Using http downloads isn't affected by the cap. The udp cap will still be not very great if you keep compatibility with all clients. The udp download speed fixes from ioq3 are already applied to get them as high as they can be.

ostrich commented 7 months ago

Why? My ignorance of running a modern Q3 server. I didn't know about the http download functionality.