/// <summary> /// The average ping between the client and the server /// </summary> public int GetAveragePing() { return(peer.GetAveragePing(peer.GetGUIDFromIndex(0))); }
/// <summary> /// The average ping between the server and the client /// </summary> public int GetAveragePing(ulong guid) { return(peer.GetAveragePing(guid)); }