add a estimator of client ping time, and painfully make it visible in show

connections console command
This commit is contained in:
UbitUmarov
2014-08-14 20:41:36 +01:00
parent d64fb216d2
commit 8c657e4837
8 changed files with 52 additions and 6 deletions

View File

@@ -81,6 +81,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC
get { return m_scene; }
}
public int PingTimeMS { get { return 0; } }
public UUID OwnerID
{
get { return m_ownerID; }