mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Change appearance packets from State to Task. This will hopefully fix the cloud issues
* Changed the throttling logic to obey the requested client bandwidth limit but also share bandwidth between some of the categories to improve throughput on high prim or heavily trafficked regions
This commit is contained in:
@@ -513,7 +513,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
IClientAPI client;
|
||||
if (!m_scene.ClientManager.TryGetValue(address, out client) || !(client is LLClientView))
|
||||
{
|
||||
m_log.Warn("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address +
|
||||
m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address +
|
||||
" in " + m_scene.RegionInfo.RegionName + ", currently tracking " + m_scene.ClientManager.Count + " clients");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user