ndfred / iperf-ios

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

Feature: Switch between IPv4 and IPv6 #54

Open MrXermon opened 2 years ago

MrXermon commented 2 years ago

As I mostly use the app to compare the speeds of the mobile operators I use, it would be really time-saving to have a option to switch between a test based von IPv4 and IPv6 as a transport protocol. Of course this only makes sense as long as a Hostname with IPv4 and IPv6 address is used for the test. The CLI-based clients have a similar option while using the -4 and -6 flags and drop a error if the given server does not support IPv4 or IPv6 depending on the given flag.

ndfred commented 1 year ago

Good suggestion, would need to think about how to enable that without making the UI too complicated