mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
ScriptServer communication protocol (v1), primitive RPC-like TCP client/server
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
// Root object. Creates objects used.
|
||||
//
|
||||
private int listenPort = 1234;
|
||||
private readonly string m_logFilename = ("region-console.log");
|
||||
private readonly string m_logFilename = ("scriptserver.log");
|
||||
private LogBase m_log;
|
||||
|
||||
// TEMP
|
||||
|
||||
Reference in New Issue
Block a user