Adds the ability to load more then one IClientNetworkServer thereby allowing additional client stacks. Use comma separated values in clientstack_plugin in your config.

This commit is contained in:
teravus
2013-02-03 07:44:45 -05:00
parent 27a0b3ecbd
commit d18fbb98b7
5 changed files with 78 additions and 49 deletions

View File

@@ -99,7 +99,7 @@ namespace OpenSim.Region.ClientStack.TCPJSONStream
}
ClientNetworkContext context = new ClientNetworkContext((IPEndPoint) socket.RemoteEndPoint, _port,
new NetworkStream(socket), 16384, socket);
HttpRequestParser parser;
//HttpRequestParser parser;
context.BeginRead();
}