ScriptServer communication protocol (v1), primitive RPC-like TCP client/server

This commit is contained in:
Tedd Hansen
2008-01-12 00:48:58 +00:00
parent ef674acc24
commit 1e9a66cbaa
9 changed files with 491 additions and 12 deletions

View File

@@ -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