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
it has been observed that when round trip time of ping increases more than one second (it happens in high throughput tests), the reply message is discarded by fping container (although reply message has been received on the interface).
issue might come from line # 83 of fping experiment that does not wait for late reply messages.
output = popen.stdout.readline()
The text was updated successfully, but these errors were encountered:
it has been observed that when round trip time of ping increases more than one second (it happens in high throughput tests), the reply message is discarded by fping container (although reply message has been received on the interface).
issue might come from line # 83 of fping experiment that does not wait for late reply messages.
output = popen.stdout.readline()
The text was updated successfully, but these errors were encountered: