mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Finalized the client's TCP IP address verification process for HG1.5.
This commit is contained in:
@@ -70,6 +70,11 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override bool CheckClient(UUID agentID, System.Net.IPEndPoint ep)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user