you can't. you can only get the PhotonPeer.ResentReliableCommands (PhotonNetwork.NetworkingClient.LoadBalancingPeer.ResentReliableCommands). it's a simple counter per connection (server). it may make sense to get this and evaluate the delta per second or such.
it's a count of resent stuff. technically, this is not 1:1 the loss count. we may repeat before an ack arrives late.
Comments
Thank you for choosing Photon!
My colleague @Tobias helped me answer this:
you can only get the
PhotonPeer.ResentReliableCommands
(PhotonNetwork.NetworkingClient.LoadBalancingPeer.ResentReliableCommands
).it's a simple counter per connection (server). it may make sense to get this and evaluate the delta per second or such.
it's a count of resent stuff. technically, this is not 1:1 the loss count.
we may repeat before an ack arrives late.