From owner-freebsd-net@FreeBSD.ORG Wed Mar 30 19:43:54 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 217341065670 for ; Wed, 30 Mar 2011 19:43:54 +0000 (UTC) (envelope-from ulsanrub@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id AADD38FC12 for ; Wed, 30 Mar 2011 19:43:53 +0000 (UTC) Received: by wyf23 with SMTP id 23so1690266wyf.13 for ; Wed, 30 Mar 2011 12:43:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=jOwe+10ED86pByiSw0oxGgIOpIxzk/WRXiVlxCAp/5w=; b=vMx7ilbKAE8LetCo4SqJh9o2lG9WlUyRJC80bp7GhKPVbKGcrbNbJEkkezagljbJEQ C86wIrG26UdJ8Fo7USqQh0VqdATdCFzWodatdd3kX8/z3JuNtDS9TE3+lavyIjmlnE4w vdz+SMGoCOQurnCiQtnnBuDXqkBW+MVXX5o+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=B/quNJpuJNu3Gtv1+qXnHQtTQ7eFXfrdnacRfFQcAq5PNZySHtKr1kJqzGnfIliqfX hikgyyapegLKI3Xbd7AjsV7dTZXsG8F0jXC/+ANhtoFLk7mTr65ugjYCvmeSYojo/nwh Y/GyywG5P6PrdNt6FAIkejKbNPq8Qn43juoJw= MIME-Version: 1.0 Received: by 10.216.87.8 with SMTP id x8mr1639987wee.46.1301514232503; Wed, 30 Mar 2011 12:43:52 -0700 (PDT) Received: by 10.216.54.143 with HTTP; Wed, 30 Mar 2011 12:43:52 -0700 (PDT) Date: Wed, 30 Mar 2011 15:43:52 -0400 Message-ID: From: Kyungsoo Lee To: freebsd-net Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: UDP on FreeBSD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2011 19:43:54 -0000 Hi All, I want to check UDP on FreeBSD. I am using IPERF on FreeBSD for wireless testing with Proxim 8470 FC PCMCIA card on IBM T42 and T61. When I'm transmitting data from FreeBSD to FreeBSD or CentOS using Iperf with -u -b 100M on iperf, they had lost lots of packets. Sniffer near the two nodes shows the sender could not send all packets. Iperf sender said that they try to send 85469 packets but they lost 68824 packets. I think that the UDP buffer on the sender could not handle all packets. But if I'm trying to send data from CentOS to FreeBSD using Iperf with -u -b 100M option on iperf, the sender tries 18636 packets so they lost few packets like 1 or 2 packets.As a result, they have similar bandwidth result on the report. I think that it happens from different implement between FreeBSD and Linux. But I want to double check that this is normal for FreeBSD or not. If I have some missing points, let me know please. Thank you!