diff options
author | Melanie Thielker | 2008-12-17 21:00:18 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-12-17 21:00:18 +0000 |
commit | a9e38bcafcb14700fd707a74311f0e7588791014 (patch) | |
tree | ee5a95b2ad712af9b1f6ef1896fedef702cdcc37 /OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | |
parent | * minor: Comment out "Informing neighbours" debug message that pops up whenev... (diff) | |
download | opensim-SC_OLD-a9e38bcafcb14700fd707a74311f0e7588791014.zip opensim-SC_OLD-a9e38bcafcb14700fd707a74311f0e7588791014.tar.gz opensim-SC_OLD-a9e38bcafcb14700fd707a74311f0e7588791014.tar.bz2 opensim-SC_OLD-a9e38bcafcb14700fd707a74311f0e7588791014.tar.xz |
Reapply the packet optimization patch, with changes
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs b/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs index 494d62b..a5dcf55 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLQueItem.cs | |||
@@ -42,5 +42,7 @@ 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 int Length; | ||
45 | } | 47 | } |
46 | } | 48 | } |