You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: