Also add these packet to the list of packets to be recycled. No enabled

by default
This commit is contained in:
Melanie Thielker
2009-05-02 00:20:35 +00:00
parent ac944def3f
commit 8c97214741

View File

@@ -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;