ndfred / iperf-ios

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

Add the TCP window parameter #25

Open athwds opened 5 years ago

athwds commented 5 years ago

I've added code to make TCP window a parameter. Can you open up your repository to let me contribute?

image

ndfred commented 5 years ago

Thanks for contributing @athwds!

The way this usually works is:

As to this improvement, I would love to see a documentation entry for this new parameter and suggested values. I have never had to modify the window size, and I bet few other people have, so doing a bit of hand holding would be nice.

For iOS UIs I also tend to simplify the interface and avoid numeric values (see the other parameters), I would do that too here.