Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet Loss should probably be unsigned #3

Open
prensing opened this issue Oct 9, 2018 · 1 comment
Open

Packet Loss should probably be unsigned #3

prensing opened this issue Oct 9, 2018 · 1 comment

Comments

@prensing
Copy link

prensing commented Oct 9, 2018

You unpack the packet loss value as a signed number. However, this leads to incorrect values like "-0.04" percent loss. I assume it should be unsigned.

@orangelight
Copy link
Owner

I thought so too, but if you export packet loss from the official log viewer it is signed and has negative values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants