I'm running Cygwin on Windows 7 and trying to run Iperf 2.0.5-2 with it. For some reason, any arguments passed to it seem to be ignored. For example,
./iperf.exe --help
or
./iperf.exe -s
simply output usage instructions. (Same as the output from running iperf.exe with no arguments.) Other applications have no problem accepting input arguments. To be honest I have no idea where to start.. Has anyone seen this before? Thanks!