Get packets loss
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on PUN.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
Get packets loss
eax_m3
2019-08-14 08:05:24
Hi. How to get packet loss?
Comments
Hi @eax_m3,
Thank you for choosing Photon!
My colleague @Tobias helped me answer this:
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.
Ok. Thanks!
Back to top