diff options
author | Adam Frisby | 2008-05-08 05:35:01 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-08 05:35:01 +0000 |
commit | 4fa0cbdfbb9b8c1b60c8f23edb6301962afd8533 (patch) | |
tree | 810a9afdba93b636a3589d1b8dc82d7ba932f28f /OpenSim/Region/ClientStack | |
parent | * Reduced major-ass ugly code in LoadBalancer/TcpClient.cs (diff) | |
download | opensim-SC_OLD-4fa0cbdfbb9b8c1b60c8f23edb6301962afd8533.zip opensim-SC_OLD-4fa0cbdfbb9b8c1b60c8f23edb6301962afd8533.tar.gz opensim-SC_OLD-4fa0cbdfbb9b8c1b60c8f23edb6301962afd8533.tar.bz2 opensim-SC_OLD-4fa0cbdfbb9b8c1b60c8f23edb6301962afd8533.tar.xz |
* You can haz more spring cleaning.
* Eventually this codebase will be clean. >_>
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 0ea7e0a..aa27fdd 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3279,6 +3279,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3279 | m_needAck.Add(Pack.Header.Sequence, Pack); | 3279 | m_needAck.Add(Pack.Header.Sequence, Pack); |
3280 | m_unAckedBytes += Pack.ToBytes().Length; | 3280 | m_unAckedBytes += Pack.ToBytes().Length; |
3281 | } | 3281 | } |
3282 | //BUG: severity=major - This looks like a framework bug!? | ||
3282 | catch (Exception) // HACKY | 3283 | catch (Exception) // HACKY |
3283 | { | 3284 | { |
3284 | // Ignore | 3285 | // Ignore |