Multiplayer Badwidth Requirements
added: 05.07.2011
The number of players a master can host is limited by the game (10) and by the master upstream bandwidth.
In the post :
https://beta.virtualrc.com/forums/posts.aspx?topic=878&go=1964#1964
Lubomir Novak give the game using bandwidth formula :
up bandwith : ( n x 25 ) x n kb/s
That make in numb3r5 :
2 clients : (2*25)*2 = 100 kb/s
3 clients : (3*25)*3 = 225 kb/s
4 clients : (4*25)*4 = 400 kb/s
5 clients : (5*25)*5 = 625 kb/s
6 clients : (6*25)*6 = 900 kb/s
7 clients : (7*25)*7 = 1225 kb/s
8 clients : (8*25)*8 = 1600 kb/s
9 clients : (9*25)*9 = 2025 kb/s
10 clients : (10*25)*10 = 2500 kb/s