aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorteravus2013-02-03 07:44:45 -0500
committerteravus2013-02-03 07:44:45 -0500
commitd18fbb98b7f51d46eb3e716c59a8e76bc772bad1 (patch)
treeeebf3164c11426bfcec583a629aa482ae1898450 /bin/OpenSimDefaults.ini
parentCommit 1 in of this branch feature. This is one of many... (diff)
downloadopensim-SC_OLD-d18fbb98b7f51d46eb3e716c59a8e76bc772bad1.zip
opensim-SC_OLD-d18fbb98b7f51d46eb3e716c59a8e76bc772bad1.tar.gz
opensim-SC_OLD-d18fbb98b7f51d46eb3e716c59a8e76bc772bad1.tar.bz2
opensim-SC_OLD-d18fbb98b7f51d46eb3e716c59a8e76bc772bad1.tar.xz
Adds the ability to load more then one IClientNetworkServer thereby allowing additional client stacks. Use comma separated values in clientstack_plugin in your config.
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index c60579b..cc08094 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -58,7 +58,7 @@
58 ; ## 58 ; ##
59 59
60 ; Set this to the DLL containing the client stack to use. 60 ; Set this to the DLL containing the client stack to use.
61 clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll" 61 clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll,OpenSim.Region.ClientStack.TCPJSONStream.dll"
62 62
63 ; ## 63 ; ##
64 ; ## REGIONS 64 ; ## REGIONS