mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user