Hello,I am trying to measure packet loss for UDP stream on Wi Fi (802.11b )network:for server : iperf -s - u - i 1for client: iperf -u -c <ip-address> -i 1In each case, regardless of packet size, I see "read failed: Connection refused" message on server.What causes it? Can I still trust the results of measurement?Thanks,-V.