On Fri, 3 Mar 2006, Mitch Kutzko wrote: > >Question/Comment: > >When calculating bandwidth in iperf, do you take the effective throughput > (total - lost datagrams) or just the total datagrams into account? iperf is a portable application using the network only through a classic BSD sockets API, and thus has no way to know about lost TCP datagrams. Concerning UDP I think the reports are quite self-explanatory?