ndfred / iperf-ios

iPerf 3 library and app for iOS
Other
186 stars 26 forks source link

Show retransmit/error count #56

Open winbatch opened 1 year ago

winbatch commented 1 year ago

To know if slow speed is due to retransmits

ndfred commented 1 year ago

That is impossible because TCP handles retransmits transparently. Implementing UDP testing would give you that information, see #28 and #51. Closing as won't fix.

winbatch commented 1 year ago

Sorry, don't see what you mean, since this already exists on the windows and linux version. And I doubt TCP operates differently there.

ndfred commented 1 year ago

You're right, I never really paid attention to the retr column and that would actually be a good addition. Had no idea TCP could give you that information. Re-opening the issue.