ok, ppl r getting disconnected from my server, and ET is also shutting down when they start downloading. this is what i have in my server.cfg:
// DL, RATE
set sv_maxRate “13000” // 10000 standard but poor for ET
set sv_dl_maxRate “37000” // increase/decerease if you have plenty/little spare bandwidth
set sv_allowDownload “1” // global toggle for both legacy download and web download // toggle to enable web download
set sv_wwwDownload “1”
set sv_wwwBaseURL “http://70.26.231.83” // base URL for redirection
set sv_wwwDlDisconnected “0” // tell clients to perform their downloads while disconnected from the server
set sv_wwwFallbackURL “http://70.26.231.83” // URL to send to if an http/ftp fails or is refused client side
what is my problem?