mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
MAJOR IP RESTRUCTURING
* moving towards IPEndPoints all over the place * trying to make the internal/external division
This commit is contained in:
@@ -107,7 +107,7 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
protected virtual void CreatePacketServer()
|
||||
{
|
||||
PacketServer packetServer = new PacketServer(this, (uint) listenPort);
|
||||
PacketServer packetServer = new PacketServer(this);
|
||||
}
|
||||
|
||||
protected virtual void OnReceivedData(IAsyncResult result)
|
||||
|
||||
Reference in New Issue
Block a user