diff options
author | John Hurliman | 2009-10-20 18:19:17 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-20 18:19:17 -0700 |
commit | 45dc4e0a5442d1d03f7387164070145386a9b4e1 (patch) | |
tree | 59d7ee9829ae7a1a5909d6b7b4f51304fa54e0c4 /OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | |
parent | * Removed the unused m_agentUpdates collection and some extra work that was b... (diff) | |
download | opensim-SC_OLD-45dc4e0a5442d1d03f7387164070145386a9b4e1.zip opensim-SC_OLD-45dc4e0a5442d1d03f7387164070145386a9b4e1.tar.gz opensim-SC_OLD-45dc4e0a5442d1d03f7387164070145386a9b4e1.tar.bz2 opensim-SC_OLD-45dc4e0a5442d1d03f7387164070145386a9b4e1.tar.xz |
* Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the case where no scripting engine is enabled
* Added TokenBucket.cs to OpenSim, with some fixes for setting a more accurate MaxBurst value and getting a more accurate Content value (by Drip()ing each get)
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs index bf0fda3..134cfe5 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | |||
@@ -33,6 +33,8 @@ using OpenSim.Framework; | |||
33 | using OpenMetaverse; | 33 | using OpenMetaverse; |
34 | using OpenMetaverse.Packets; | 34 | using OpenMetaverse.Packets; |
35 | 35 | ||
36 | using TokenBucket = OpenSim.Region.ClientStack.LindenUDP.TokenBucket; | ||
37 | |||
36 | namespace OpenSim.Region.ClientStack.LindenUDP | 38 | namespace OpenSim.Region.ClientStack.LindenUDP |
37 | { | 39 | { |
38 | #region Delegates | 40 | #region Delegates |