Also add these packet to the list of packets to be recycled. No enabled
by default0.6.5-rc1
parent
ac944def3f
commit
8c97214741
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue