mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Also add these packet to the list of packets to be recycled. No enabled
by default
This commit is contained in:
@@ -169,6 +169,8 @@ namespace OpenSim.Framework
|
||||
{
|
||||
// List pooling packets here
|
||||
case PacketType.PacketAck:
|
||||
case PacketType.ObjectUpdate:
|
||||
case PacketType.ImprovedTerseObjectUpdate:
|
||||
lock (pool)
|
||||
{
|
||||
PacketType type = packet.Type;
|
||||
|
||||
Reference in New Issue
Block a user