mirror of
https://github.com/opensim/opensim.git
synced 2026-06-04 09:56:07 +08:00
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:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user