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
See title. Resource Monitor values, however, are not possible to get directly without administrator privileges. I can attempt to use GetHopCountAndRTT again, but I don't know if this will actually give different results. It also requires getting into complicated error conditions on Wine etc., because it may give an output of 0 without producing an actual error. I prefer keeping things simple so that I don't need to do acrobatics just to make ping work everywhere.
This time, I'm implementing it as a decision tree, with the trackers used
being hardcoded into the top-level ping tracker to make
creating the decision tree simpler.
See title. Resource Monitor values, however, are not possible to get directly without administrator privileges. I can attempt to use GetHopCountAndRTT again, but I don't know if this will actually give different results. It also requires getting into complicated error conditions on Wine etc., because it may give an output of 0 without producing an actual error. I prefer keeping things simple so that I don't need to do acrobatics just to make ping work everywhere.
Documentation:
https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-getrttandhopcount
https://source.winehq.org/WineAPI/GetRTTAndHopCount.html
The text was updated successfully, but these errors were encountered: