Get packets loss

Options
Hi. How to get packet loss?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @eax_m3,

    Thank you for choosing Photon!

    My colleague @Tobias helped me answer this:

    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.
  • eax_m3
    Options
    Ok. Thanks!