mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
* Implement packet queue statistics
* This will show the packets waiting in each queue for each client logged into a region server * These are displayed using 'show stats' on the region command line * This is in pursuit of a memory leak. * This will require a prebuild
This commit is contained in:
@@ -317,7 +317,7 @@ namespace OpenSim.Region.ClientStack
|
||||
// in it to process. It's an on-purpose threadlock though because
|
||||
// without it, the clientloop will suck up all sim resources.
|
||||
|
||||
m_packetQueue = new PacketQueue();
|
||||
m_packetQueue = new PacketQueue(agentId);
|
||||
|
||||
RegisterLocalPacketHandlers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user