Date: Wed, 13 Dec 2006 13:43:41 +0000 (UTC) From: Marcus Alves Grando <mnag@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/iperf Makefile ports/benchmarks/iperf/files patch-src__Client.cpp Message-ID: <200612131343.kBDDhfTD085962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mnag 2006-12-13 13:43:41 UTC FreeBSD ports repository Modified files: benchmarks/iperf Makefile Added files: benchmarks/iperf/files patch-src__Client.cpp Log: - If the network card's buffer is full, send returns -1 and sets errno to ENOBUFS, which causes issues with the UDP bandwidth tests. Check if errno != ENOBUFS after write(2). - Bump PORTREVISION Submitted by: Ryan T. Dean <rtdean___tcamail.net> Revision Changes Path 1.19 +1 -0 ports/benchmarks/iperf/Makefile 1.1 +16 -0 ports/benchmarks/iperf/files/patch-src__Client.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612131343.kBDDhfTD085962>