mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Tweaked "show users" formatting, added user's IP address to display.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace OpenSim.Region.ClientStack
|
||||
public class UDPServer : ClientStackNetworkHandler
|
||||
{
|
||||
protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>();
|
||||
protected Dictionary<uint, EndPoint> clientCircuits_reverse = new Dictionary<uint, EndPoint>();
|
||||
public Dictionary<uint, EndPoint> clientCircuits_reverse = new Dictionary<uint, EndPoint>();
|
||||
public Socket Server;
|
||||
protected IPEndPoint ServerIncoming;
|
||||
protected byte[] RecvBuffer = new byte[4096];
|
||||
|
||||
Reference in New Issue
Block a user