Marry AckData to LLQueItem, and store packet data and length there for

use everywhere. Each packet gets serialized only once now in PacketHandler
This commit is contained in:
Melanie Thielker
2008-12-17 18:56:47 +00:00
parent ff7c8551ba
commit 0d3a9b45ae
2 changed files with 31 additions and 36 deletions

View File

@@ -42,5 +42,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public ThrottleOutPacketType throttleType;
public int TickCount;
public Object Identifier;
public int Resends;
public Byte[] Bytes;
public int Length;
}
}