Difference between revisions of "Bandwidth"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "==Equation== The equation it uses for KB/s is: 125(N + N^2) /1024 ... where N is the number of players. For monthly traffic, it is: the KB/s value * 3600 * 24 * 31 /1024^...")
 
(Basic Bandwidth Calculator)
Line 10: Line 10:
  
 
==Basic Bandwidth Calculator==
 
==Basic Bandwidth Calculator==
*[http://devs.u13.net/wiki/bandwidth.php Calculate]
+
*<strike>[http://devs.u13.net/wiki/bandwidth.php Calculate]<strike>
*[http://devs.u13.net/wiki/bandwidth.phps Sourcecode]
+
*<strike>[http://devs.u13.net/wiki/bandwidth.phps Sourcecode]<strike>
  
 
[[Category:Server]]
 
[[Category:Server]]

Revision as of 16:57, 3 April 2014

Equation

The equation it uses for KB/s is:

125(N + N^2) /1024

... where N is the number of players.

For monthly traffic, it is:

the KB/s value * 3600 * 24 * 31 /1024^2

Basic Bandwidth Calculator