aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty
diff options
context:
space:
mode:
authorJohan Berntsson2008-06-20 01:35:54 +0000
committerJohan Berntsson2008-06-20 01:35:54 +0000
commit20e403685345e0e85d2eb54557b61dddc0af885e (patch)
tree91651802445b37bb6d64a6277a2b4231b14673a6 /ThirdParty
parentMantis#1573. Thank you kindly, Mikem for a patch to our (diff)
downloadopensim-SC_OLD-20e403685345e0e85d2eb54557b61dddc0af885e.zip
opensim-SC_OLD-20e403685345e0e85d2eb54557b61dddc0af885e.tar.gz
opensim-SC_OLD-20e403685345e0e85d2eb54557b61dddc0af885e.tar.bz2
opensim-SC_OLD-20e403685345e0e85d2eb54557b61dddc0af885e.tar.xz
Implemented plugin support for ClientStack, with LindenUDP as the default plugin. This makes it easy for developers to experiment with alternative communication protocols
Diffstat (limited to 'ThirdParty')
-rw-r--r--ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
index 9a6c05b..69b8fea 100644
--- a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
+++ b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs
@@ -43,6 +43,8 @@ using OpenSim.Region.ClientStack;
43using OpenSim.Region.ClientStack.LindenUDP; 43using OpenSim.Region.ClientStack.LindenUDP;
44using OpenSim.Region.Environment.Scenes; 44using OpenSim.Region.Environment.Scenes;
45 45
46// TODO: remove LindenUDP dependency
47
46[assembly : Addin] 48[assembly : Addin]
47[assembly : AddinDependency("OpenSim", "0.5")] 49[assembly : AddinDependency("OpenSim", "0.5")]
48[assembly : AddinDependency("RegionProxy", "0.1")] 50[assembly : AddinDependency("RegionProxy", "0.1")]