mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
change the clock source on udp outgoing, remove some dead code
This commit is contained in:
@@ -92,8 +92,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
Asset = throttleConfig.GetInt("asset_default", 10500);
|
||||
|
||||
Total = Resend + Land + Wind + Cloud + Task + Texture + Asset;
|
||||
// 3000000 bps default max
|
||||
ClientMaxRate = throttleConfig.GetInt("client_throttle_max_bps", 375000);
|
||||
// 5120000 bps default max
|
||||
ClientMaxRate = throttleConfig.GetInt("client_throttle_max_bps", 640000);
|
||||
if (ClientMaxRate > 1000000)
|
||||
ClientMaxRate = 1000000; // no more than 8Mbps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user