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
I think this is bug, as my ping logger will get a 0 rtt for some real network routes.
It will lower the average rtt to an impossible value. (lower than the light rtt).
The text was updated successfully, but these errors were encountered:
bronze1man
changed the title
OnRecv rtt return 0?
rtt is 0.0 in OnRecv callback?
Nov 9, 2015
I did see that rtt is 0.0 in OnRecv callback.
Please look at this line, it is possiblie that the rtt is 0,and it call OnRecv.
https://github.com/tatsushid/go-fastping/blob/master/fastping.go#L653
I think this is bug, as my ping logger will get a 0 rtt for some real network routes.
It will lower the average rtt to an impossible value. (lower than the light rtt).
The text was updated successfully, but these errors were encountered: