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

by default
0.6.5-rc1
Melanie Thielker 2009-05-02 00:20:35 +00:00
parent ac944def3f
commit 8c97214741
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ namespace OpenSim.Framework
{ {
// List pooling packets here // List pooling packets here
case PacketType.PacketAck: case PacketType.PacketAck:
case PacketType.ObjectUpdate:
case PacketType.ImprovedTerseObjectUpdate:
lock (pool) lock (pool)
{ {
PacketType type = packet.Type; PacketType type = packet.Type;