It seems that iperf clients expect an acknowledgement of the last UDP packet sent and if they don't get it, resend the last packet 10 times. Also, when the client drops the connection finally, the server also quits with a can't getpeeraddress error.
1. Why does the client expect a response on UDP traffic.
2. Can the server be made to stay up in UDP mode when a client disconnects?
Paul