Difference between revisions of "Bandwidth"

From Soldat Community Wiki
Jump to: navigation, search
(Basic Bandwidth Calculator)
(Basic Bandwidth Calculator)
Line 8: Line 8:
 
For monthly traffic, it is:
 
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 <strike>Calculate</strike>]
 
*[http://devs.u13.net/wiki/bandwidth.phps <strike>Sourcecode</strike>]
 
 
[[Category:Server]]
 

Revision as of 00:57, 14 April 2018

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