OS : Windows 8, Tool : Jperf, internal Tool : iperf
i want to start UDP Server listener.
Command Used:-
iperf -s -u -P 0 -i 1 -p 5001 -l 1470 -f k -t 10
Server listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size: 64.0 KByte (default)
Error as follows :-
bind failed: Operation not permitted
recvfrom failed: Invalid argument
Comments :-
1) My Windows Firewall is OFF
2) Antivirus is OFF
Any Registory changes required here to access windows UDP ports ? Any Idea ?