diff options
author | Melanie Thielker | 2008-12-17 18:56:47 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-12-17 18:56:47 +0000 |
commit | 0d3a9b45aecdccf5920f1100a407be25c4324b88 (patch) | |
tree | 2422d0fc04698a3a6c2f983214ce13886466ef5a /OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | |
parent | * remove mono compiler warnings (diff) | |
download | opensim-SC_OLD-0d3a9b45aecdccf5920f1100a407be25c4324b88.zip opensim-SC_OLD-0d3a9b45aecdccf5920f1100a407be25c4324b88.tar.gz opensim-SC_OLD-0d3a9b45aecdccf5920f1100a407be25c4324b88.tar.bz2 opensim-SC_OLD-0d3a9b45aecdccf5920f1100a407be25c4324b88.tar.xz |
Marry AckData to LLQueItem, and store packet data and length there for
use everywhere. Each packet gets serialized only once now in PacketHandler
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs b/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs index 494d62b..8df176f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | |||
@@ -42,5 +42,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
42 | public ThrottleOutPacketType throttleType; | 42 | public ThrottleOutPacketType throttleType; |
43 | public int TickCount; | 43 | public int TickCount; |
44 | public Object Identifier; | 44 | public Object Identifier; |
45 | public int Resends; | ||
46 | public Byte[] Bytes; | ||
47 | public int Length; | ||
45 | } | 48 | } |
46 | } | 49 | } |