On Feb 14, 2010, at 8:51 PM, Wichai Komentrakarn wrote:

> I am trying to use the Iperf to analyze UDP packet loss on a network. I saw 
> Iperf reported several % packet loss but when I used Wireshark to capture the 
> sent and received packets and compared them. I couldn't see any packets loss 
> on the received side. Can you explain how Iperf reported percentage of packet 
> loss or what is the condision that Iperf decided it didn't recieve a UDP 
> packet.

Since UDP is a lossy protocol, the kernel does not guarantee that it will send 
data its been handed, and will sometimes drop the packets if, for example, the 
send or receive buffer are filled. It could also be that the packets got 
corrupted on the wire, didn't checksum properly and were tossed out.

Cheers,
Aaron

Internet2 Spring Member Meeting
April 26-28, 2010 - Arlington, Virginia
http://events.internet2.edu/2010/spring-mm/

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to