
10-02-2002, 06:04 AM
What us your upload cap for Ultra Tear Cable?
This could be your bottle neck. Unless your have some mighty big upload pipes, you will not be able to handle the return traffic generated by this game.
Here is a copy of one of my recent posts for calculating max rate. but remember to divide by 3 if they are all sharing the same connection.
[quote:c90ee]Thanks goes to LeadSlinger for basic equation. I changed it around to make it easier to calculate.
The sv_maxrate determines the amount of bandwidth your server uses for each client. To determine the sv_maxrate, use this formula:
# of clients * sv_maxrate * 8(for 8bits) = upload speed
or
Upload speed / ( # of clients * 8 ) = sv_maxrate
For example, my cable modem downloads at 2mbit/sec. However, it uploads at 270kbps/sec. So, if I want to run a server that will host 16 clients I need to set my sv_maxrate to 2100 and my formula will look like this:
16 * 2100 * 8 = 268kbps
I would then open the console and type in the following command:
set sv_maxrate "2100"
In the end, you're trying to get the formula to equal your upload capabilities. This can be done by altering either the max clients or the sv_maxrate values.
Follow this formula and your server should run a little better.[/quote:c90ee]
|