(again, this time with a subject line)
I’m trying to run iperf as a UPD server under windows, but I keep getting a bind failure.
My iperf command is:
iperf -s -u -B 224.0.0.1
The failure messages are:
‘bind failed: Cannot assign requested address’
‘multicast join failed: Invalid argument’
‘recvfrom failed: Invalid argument’
I’m using version: ‘iperf 2.0.2 (03 May 2005) pthreads’
This same command works under Linux with version 2.0.2
any ideas?
~P