head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.46 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.44 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.42 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.40 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.38 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.36 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.34 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.32 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.30 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.28 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.26 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.24 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.22 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2; locks; strict; comment @# @; 1.4 date 2011.01.31.08.42.10; author adam; state dead; branches; next 1.3; 1.3 date 2005.10.07.20.29.52; author markd; state Exp; branches; next 1.2; 1.2 date 2004.12.03.13.30.20; author adam; state dead; branches; next 1.1; 1.1 date 2004.10.06.09.19.00; author adam; state Exp; branches; next ; desc @@ 1.4 log @Changes 2.0.5: * bumped default TCP send/recv buffer to 128K (this is not the kernel buffer that controls the window, but rather the Iperf internal buffer) * update autoconf goo using Autoconf 2.65, this should help portability a bit * honor -i flag when for a server (-s) when using TCP * Exit rather than warn on connection failure @ text @$NetBSD: patch-aa,v 1.3 2005/10/07 20:29:52 markd Exp $ --- configure.orig 2005-05-03 08:22:07.000000000 +1200 +++ configure @@@@ -11915,6 +11915,9 @@@@ cat >>conftest.$ac_ext <<_ACEOF int main () { +#if !defined(IPV6_ADD_MEMBERSHIP) && defined(IPV6_JOIN_GROUP) +#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP +#endif #ifndef IPV6_ADD_MEMBERSHIP char *p = (char *) IPV6_ADD_MEMBERSHIP; #endif @ 1.3 log @Update iperf to 2.0.2. Fixes configuring of multicast support and ipv6 support on NetBSD. Add patches to deal with: setsockopt(..., IP_MULTICAST_TTL,..) takes a u_char arg (not int). On NetBSD and Solaris (probably other BSD's) ipv6 multicast group join is done with IPV6_JOIN_GROUP not linux's IPV6_ADD_MEMERSHIP. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 2.0.1: * Running Iperf in bidirectional mode * Removed STDLIB requirement to Iperf * Client reporting of server side statistics in UDP tests @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2004/10/06 09:19:00 adam Exp $ d3 12 a14 20 --- cfg/configure.orig 2003-03-31 20:25:20.000000000 +0000 +++ cfg/configure @@@@ -1687,7 +1687,7 @@@@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "$ac_cv_c_compiler_gnu" = yes ; then - CFLAGS="$OLD_CFLAGS -Wall -O2" + CFLAGS="$OLD_CFLAGS -Wall" else if test `uname -s` = "HP-UX"; then CFLAGS="$OLD_CFLAGS -Ae +O2" @@@@ -1999,7 +1999,7 @@@@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "$ac_cv_c_compiler_gnu" = yes ; then - CXXFLAGS="$OLD_CXXFLAGS -Wall -O2" + CXXFLAGS="$OLD_CXXFLAGS -Wall" else if test `uname -s` = "HP-UX"; then CXXFLAGS="$OLD_CXXFLAGS -Ae +O2" @ 1.1 log @Do not force -O2 optimisation any more @ text @d1 1 a1 1 $NetBSD$ @