diff options
Diffstat (limited to 'linden/indra/llmessage/llcircuit.h')
-rw-r--r-- | linden/indra/llmessage/llcircuit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llcircuit.h b/linden/indra/llmessage/llcircuit.h index b53c955..6df7279 100644 --- a/linden/indra/llmessage/llcircuit.h +++ b/linden/indra/llmessage/llcircuit.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 6 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
7 | * | 7 | * |
8 | * Copyright (c) 2001-2008, Linden Research, Inc. | 8 | * Copyright (c) 2001-2009, Linden Research, Inc. |
9 | * | 9 | * |
10 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
11 | * The source code in this file ("Source Code") is provided by Linden Lab | 11 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -283,7 +283,6 @@ protected: | |||
283 | S32 mCurrentResendCount; // Number of resent packets since last spam | 283 | S32 mCurrentResendCount; // Number of resent packets since last spam |
284 | LLStatRate mOutOfOrderRate; // Rate of out of order packets coming in. | 284 | LLStatRate mOutOfOrderRate; // Rate of out of order packets coming in. |
285 | U32 mLastPacketGap; // Gap in sequence number of last packet. | 285 | U32 mLastPacketGap; // Gap in sequence number of last packet. |
286 | |||
287 | }; | 286 | }; |
288 | 287 | ||
289 | 288 | ||