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^...")
 
(Equation)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Equation==
+
=Equation=
 +
<u>The equation it uses for KB/s is</u>:
 +
125(N + N^2) /1024      [N = Number of Players]
  
The equation it uses for KB/s is:
 
125(N + N^2) /1024
 
  
... where N is the number of players.
+
<u>For monthly traffic, it is</u>:
 
 
For monthly traffic, it is:
 
 
  the KB/s value * 3600 * 24 * 31 /1024^2
 
  the KB/s value * 3600 * 24 * 31 /1024^2
 
==Basic Bandwidth Calculator==
 
*[http://devs.u13.net/wiki/bandwidth.php Calculate]
 
*[http://devs.u13.net/wiki/bandwidth.phps Sourcecode]
 
 
[[Category:Server]]
 

Latest revision as of 00:58, 14 April 2018

Equation

The equation it uses for KB/s is:

125(N + N^2) /1024      [N = Number of Players]


For monthly traffic, it is:

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