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

@@ -58,6 +58,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
public ISceneAgent SceneAgent { get; set; }
public int PingTimeMS { get { return 0; } }
private string m_username;
private string m_nick;