/// <summary> /// The average ping between the server and the client /// </summary> public string GetAddress(ulong guid, bool with_port = false) { return(peer.GetAddress(guid, with_port)); }