[netperf-dev] netperf2 commit notice r589 - in trunk: . src src/NetPerfDir src/NetServerDir
raj at netperf.org
raj at netperf.org
Tue Jun 19 13:48:57 PDT 2012
Author: raj
Date: 2012-06-19 13:48:56 -0700 (Tue, 19 Jun 2012)
New Revision: 589
Modified:
trunk/README.windows
trunk/configure
trunk/configure.ac
trunk/src/NetPerfDir/sources
trunk/src/NetServerDir/sources
trunk/src/netcpu_kstat.c
trunk/src/netcpu_kstat10.c
trunk/src/netcpu_looper.c
trunk/src/netcpu_none.c
trunk/src/netcpu_ntperf.c
trunk/src/netcpu_osx.c
trunk/src/netcpu_perfstat.c
trunk/src/netcpu_procstat.c
trunk/src/netcpu_pstat.c
trunk/src/netcpu_pstatnew.c
trunk/src/netcpu_sysctl.c
trunk/src/netlib.c
trunk/src/netlib.h
trunk/src/netperf.c
trunk/src/netserver.c
trunk/src/netsh.c
trunk/src/netsh.h
trunk/src/nettest_bsd.c
trunk/src/nettest_bsd.h
trunk/src/nettest_dlpi.c
trunk/src/nettest_omni.c
trunk/src/nettest_sctp.c
trunk/src/nettest_sdp.c
trunk/src/nettest_unix.c
trunk/src/nettest_xti.c
Log:
will I perhaps declare 2.6.0 now - one wonders
Modified: trunk/README.windows
===================================================================
--- trunk/README.windows 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/README.windows 2012-06-19 20:48:56 UTC (rev 589)
@@ -30,6 +30,9 @@
including parent directories) contain spaces (eg "My Documents"),
build will charge off into the weeds.
+If you do not want the corresponding features, edit the sources files
+and remove the -Ds for WANT_DEMO, WANT_HISTOGRAM and/or WANT_INTERVALS
+
And if that weren't enough, it is also known that netperf has been
compiled using MS Visual Studio 2003. Here are the instructions from
the person who made that work (See Authors):
Modified: trunk/configure
===================================================================
--- trunk/configure 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/configure 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for netperf pre-2.6.0-tot.
+# Generated by GNU Autoconf 2.67 for netperf 2.6.0.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -549,8 +549,8 @@
# Identity of this package.
PACKAGE_NAME='netperf'
PACKAGE_TARNAME='netperf'
-PACKAGE_VERSION='pre-2.6.0-tot'
-PACKAGE_STRING='netperf pre-2.6.0-tot'
+PACKAGE_VERSION='2.6.0'
+PACKAGE_STRING='netperf 2.6.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1275,7 +1275,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures netperf pre-2.6.0-tot to adapt to many kinds of systems.
+\`configure' configures netperf 2.6.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1346,7 +1346,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of netperf pre-2.6.0-tot:";;
+ short | recursive ) echo "Configuration of netperf 2.6.0:";;
esac
cat <<\_ACEOF
@@ -1464,7 +1464,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-netperf configure pre-2.6.0-tot
+netperf configure 2.6.0
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1940,7 +1940,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by netperf $as_me pre-2.6.0-tot, which was
+It was created by netperf $as_me 2.6.0, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2875,7 +2875,7 @@
# Define the identity of the package.
PACKAGE='netperf'
- VERSION='pre-2.6.0-tot'
+ VERSION='2.6.0'
cat >>confdefs.h <<_ACEOF
@@ -8384,7 +8384,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by netperf $as_me pre-2.6.0-tot, which was
+This file was extended by netperf $as_me 2.6.0, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8450,7 +8450,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-netperf config.status pre-2.6.0-tot
+netperf config.status 2.6.0
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/configure.ac 2012-06-19 20:48:56 UTC (rev 589)
@@ -2,11 +2,11 @@
# Process this file with autoconf to produce a configure script.
FULL-PACKAGE-NAME=netperf
-VERSION=pre-2.6.0-tot
+VERSION=2.6.0
BUG-REPORT-ADDRESS=netperf-feedback at netperf.org
AC_PREREQ(2.59)
-AC_INIT(netperf, pre-2.6.0-tot)
+AC_INIT(netperf, 2.6.0)
# Inherit compiler flags from the environment...
CFLAGS="${CFLAGS:=}"
Modified: trunk/src/NetPerfDir/sources
===================================================================
--- trunk/src/NetPerfDir/sources 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/NetPerfDir/sources 2012-06-19 20:48:56 UTC (rev 589)
@@ -5,7 +5,8 @@
LINKLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
- $(SDK_LIB_PATH)\wsock32.lib
+ $(SDK_LIB_PATH)\wsock32.lib \
+ $(SDK_LIB_PATH)\Winmm.lib
USE_MSVCRT=1
UMTYPE=console
@@ -14,7 +15,7 @@
MSC_WARNING_LEVEL=/W3 /WX
-C_DEFINES=$(C_DEFINES) -D_CONSOLE_ -DHAVE_STRING_H -DHAVE_STRUCT_SOCKADDR_STORAGE -DHAVE_GETADDRINFO -DHAVE_GETNAMEINFO -DSTDC_HEADERS -DHAVE_STDLIB_H -DHAVE_WS2TCPIP_H -DWANT_OMNI -DWANT_DEMO -DWANT_HISTOGRAM
+C_DEFINES=$(C_DEFINES) -D_CONSOLE_ -DHAVE_STRING_H -DHAVE_STRUCT_SOCKADDR_STORAGE -DHAVE_GETADDRINFO -DHAVE_GETNAMEINFO -DSTDC_HEADERS -DHAVE_STDLIB_H -DHAVE_WS2TCPIP_H -DWANT_OMNI -DWANT_DEMO -DWANT_HISTOGRAM -DWANT_INTERVALS
#USER_C_FLAGS=$(USER_C_FLAGS) /E
Modified: trunk/src/NetServerDir/sources
===================================================================
--- trunk/src/NetServerDir/sources 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/NetServerDir/sources 2012-06-19 20:48:56 UTC (rev 589)
@@ -5,7 +5,8 @@
LINKLIBS= \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ws2_32.lib \
- $(SDK_LIB_PATH)\wsock32.lib
+ $(SDK_LIB_PATH)\wsock32.lib \
+ $(SDK_LIB_PATH}\Winmm.lib
USE_MSVCRT=1
UMTYPE=console
@@ -14,7 +15,7 @@
MSC_WARNING_LEVEL=/W3 /WX
-C_DEFINES=$(C_DEFINES) -D_CONSOLE_ -DHAVE_STRING_H -DHAVE_STRUCT_SOCKADDR_STORAGE -DHAVE_GETADDRINFO -DHAVE_GETNAMEINFO -DSTDC_HEADERS -DHAVE_STDLIB_H -DHAVE_WS2TCPIP_H -DWANT_OMNI -DWANT_DEMO -DWANT_HISTOGRAM
+C_DEFINES=$(C_DEFINES) -D_CONSOLE_ -DHAVE_STRING_H -DHAVE_STRUCT_SOCKADDR_STORAGE -DHAVE_GETADDRINFO -DHAVE_GETNAMEINFO -DSTDC_HEADERS -DHAVE_STDLIB_H -DHAVE_WS2TCPIP_H -DWANT_OMNI -DWANT_DEMO -DWANT_HISTOGRAM -DWANT_INTERVALS
#USER_C_FLAGS=$(USER_C_FLAGS) /E
Modified: trunk/src/netcpu_kstat.c
===================================================================
--- trunk/src/netcpu_kstat.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_kstat.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_kstat_id[]="\
-@(#)netcpu_kstat.c Version 2.4.0";
+@(#)netcpu_kstat.c Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_kstat10.c
===================================================================
--- trunk/src/netcpu_kstat10.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_kstat10.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_kstat10_id[]="\
-@(#)netcpu_kstat10.c (c) Copyright 2005-2011, Hewlett-Packard Company Version 2.5.0";
+@(#)netcpu_kstat10.c (c) Copyright 2005-2012, Hewlett-Packard Company Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_looper.c
===================================================================
--- trunk/src/netcpu_looper.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_looper.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_looper_id[]="\
-@(#)netcpu_looper.c (c) Copyright 2005-2007. Version 2.4.3";
+@(#)netcpu_looper.c (c) Copyright 2005-2012. Version 2.6.0";
/* netcpu_looper.c
Modified: trunk/src/netcpu_none.c
===================================================================
--- trunk/src/netcpu_none.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_none.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_none_id[]="\
-@(#)netcpu_none.c (c) Copyright 2005, Hewlett-Packard Company, Version 2.4.0";
+@(#)netcpu_none.c (c) Copyright 2005-2012 Hewlett-Packard Company, Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_ntperf.c
===================================================================
--- trunk/src/netcpu_ntperf.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_ntperf.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_ntperf_id[]="\
-@(#)netcpu_ntperf.c (c) Copyright 2005-2007, Hewlett-Packard Company, Version 2.4.3";
+@(#)netcpu_ntperf.c (c) Copyright 2005-2012, Hewlett-Packard Company, Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_osx.c
===================================================================
--- trunk/src/netcpu_osx.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_osx.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_sysctl_id[]="\
-@(#)netcpu_osx.c Version 2.5.0";
+@(#)netcpu_osx.c Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_perfstat.c
===================================================================
--- trunk/src/netcpu_perfstat.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_perfstat.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_perfstat_id[]="\
-@(#)netcpu_perfstat.c Version 2.5.0";
+@(#)netcpu_perfstat.c Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_procstat.c
===================================================================
--- trunk/src/netcpu_procstat.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_procstat.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_procstat_id[]="\
-@(#)netcpu_procstat.c (c) Copyright 2005-2011 Version 2.5.0";
+@(#)netcpu_procstat.c (c) Copyright 2005-2012 Version 2.6.0";
/* netcpu_procstat.c
Modified: trunk/src/netcpu_pstat.c
===================================================================
--- trunk/src/netcpu_pstat.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_pstat.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_pstat_id[]="\
-@(#)netcpu_pstat.c (c) Copyright 2005, Hewlett-Packard Company, Version 2.4.0";
+@(#)netcpu_pstat.c (c) Copyright 2005-2012, Hewlett-Packard Company, Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netcpu_pstatnew.c
===================================================================
--- trunk/src/netcpu_pstatnew.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_pstatnew.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_pstatnew_id[]="\
-@(#)netcpu_pstatnew.c (c) Copyright 2005-2011 Hewlett-Packard Company, Version 2.5.0";
+@(#)netcpu_pstatnew.c (c) Copyright 2005-2012 Hewlett-Packard Company, Version 2.6.0";
/* since we "know" that this interface is available only on 11.23 and
later, and that 11.23 and later are strictly 64-bit kernels, we can
Modified: trunk/src/netcpu_sysctl.c
===================================================================
--- trunk/src/netcpu_sysctl.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netcpu_sysctl.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netcpu_sysctl_id[]="\
-@(#)netcpu_sysctl.c Version 2.4.3";
+@(#)netcpu_sysctl.c Version 2.6.0";
#if HAVE_CONFIG_H
# include <config.h>
Modified: trunk/src/netlib.c
===================================================================
--- trunk/src/netlib.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netlib.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
char netlib_id[]="\
-@(#)netlib.c (c) Copyright 1993-2011 Hewlett-Packard Company. Version 2.5.0";
+@(#)netlib.c (c) Copyright 1993-2012 Hewlett-Packard Company. Version 2.6.0";
/****************************************************************/
Modified: trunk/src/netlib.h
===================================================================
--- trunk/src/netlib.h 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netlib.h 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1993-2005 Hewlett-Packard Company
+ Copyright (C) 1993-2012 Hewlett-Packard Company
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/src/netperf.c
===================================================================
--- trunk/src/netperf.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netperf.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -42,7 +42,7 @@
*/
char netperf_id[]="\
-@(#)netperf.c (c) Copyright 1993-2011 Hewlett-Packard Company. Version 2.5.0";
+@(#)netperf.c (c) Copyright 1993-2012 Hewlett-Packard Company. Version 2.6.0";
#ifdef HAVE_CONFIG_H
#include "config.h"
Modified: trunk/src/netserver.c
===================================================================
--- trunk/src/netserver.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netserver.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,6 +1,6 @@
/*
- Copyright (C) 1993-2011 Hewlett-Packard Company
+ Copyright (C) 1993-2012 Hewlett-Packard Company
ALL RIGHTS RESERVED.
The enclosed software and documentation includes copyrighted works
@@ -45,7 +45,7 @@
#include "netperf_version.h"
char netserver_id[]="\
-@(#)netserver.c (c) Copyright 1993-2011 Hewlett-Packard Co. Version 2.5.0";
+@(#)netserver.c (c) Copyright 1993-2012 Hewlett-Packard Co. Version 2.6.0";
#ifdef HAVE_CONFIG_H
Modified: trunk/src/netsh.c
===================================================================
--- trunk/src/netsh.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netsh.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,7 +1,7 @@
#include "netperf_version.h"
char netsh_id[]="\
-@(#)netsh.c (c) Copyright 1993-2011 Hewlett-Packard Company. Version 2.5.0";
+@(#)netsh.c (c) Copyright 1993-2012 Hewlett-Packard Company. Version 2.6.0";
/****************************************************************/
Modified: trunk/src/netsh.h
===================================================================
--- trunk/src/netsh.h 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/netsh.h 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1993-2010 Hewlett-Packard Company
+ Copyright (C) 1993-2012 Hewlett-Packard Company
*/
/* libraried performance include file */
Modified: trunk/src/nettest_bsd.c
===================================================================
--- trunk/src/nettest_bsd.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_bsd.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,6 +1,6 @@
#ifndef lint
char nettest_id[]="\
-@(#)nettest_bsd.c (c) Copyright 1993-2011 Hewlett-Packard Co. Version 2.5.0";
+@(#)nettest_bsd.c (c) Copyright 1993-2012 Hewlett-Packard Co. Version 2.6.0";
#endif /* lint */
Modified: trunk/src/nettest_bsd.h
===================================================================
--- trunk/src/nettest_bsd.h 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_bsd.h 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1993-2004 Hewlett-Packard Company
+ Copyright (C) 1993-2012 Hewlett-Packard Company
*/
/* This file contains the test-specific definitions for netperf's BSD */
Modified: trunk/src/nettest_dlpi.c
===================================================================
--- trunk/src/nettest_dlpi.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_dlpi.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -22,7 +22,7 @@
#ifdef WANT_DLPI
char nettest_dlpi_id[]="\
-@(#)nettest_dlpi.c (c) Copyright 1993,1995,2004 Hewlett-Packard Co. Version 2.4.3";
+@(#)nettest_dlpi.c (c) Copyright 1993-2012 Hewlett-Packard Co. Version 2.6.0";
#include <sys/types.h>
#include <fcntl.h>
Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_omni.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -4,7 +4,7 @@
#ifdef WANT_OMNI
char nettest_omni_id[]="\
-@(#)nettest_omni.c (c) Copyright 2008-2011 Hewlett-Packard Co. Version 2.5.0";
+@(#)nettest_omni.c (c) Copyright 2008-2012 Hewlett-Packard Co. Version 2.6.0";
#include <stdio.h>
#if HAVE_SYS_TYPES_H
Modified: trunk/src/nettest_sctp.c
===================================================================
--- trunk/src/nettest_sctp.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_sctp.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,6 +1,6 @@
#ifndef lint
char nettest_sctp[]="\
-@(#)nettest_sctp.c (c) Copyright 2005-2007 Hewlett-Packard Co. Version 2.4.3";
+@(#)nettest_sctp.c (c) Copyright 2005-2012 Hewlett-Packard Co. Version 2.6.0";
#else
#define DIRTY
#define WANT_HISTOGRAM
Modified: trunk/src/nettest_sdp.c
===================================================================
--- trunk/src/nettest_sdp.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_sdp.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -1,6 +1,6 @@
#ifndef lint
char nettest_sdp[]="\
-@(#)nettest_sdp.c (c) Copyright 2007 Hewlett-Packard Co. Version 2.4.4";
+@(#)nettest_sdp.c (c) Copyright 2007-2012 Hewlett-Packard Co. Version 2.6.0";
#else
#define DIRTY
#define WANT_HISTOGRAM
Modified: trunk/src/nettest_unix.c
===================================================================
--- trunk/src/nettest_unix.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_unix.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -14,7 +14,7 @@
#ifdef WANT_UNIX
char nettest_unix_id[]="\
-@(#)nettest_unix.c (c) Copyright 1994-2012 Hewlett-Packard Co. Version post-2.5.0-tot";
+@(#)nettest_unix.c (c) Copyright 1994-2012 Hewlett-Packard Co. Version 2.6.0";
/****************************************************************/
/* */
Modified: trunk/src/nettest_xti.c
===================================================================
--- trunk/src/nettest_xti.c 2012-06-15 17:30:00 UTC (rev 588)
+++ trunk/src/nettest_xti.c 2012-06-19 20:48:56 UTC (rev 589)
@@ -5,7 +5,7 @@
#ifdef WANT_XTI
#ifndef lint
char nettest_xti_id[]="\
-@(#)nettest_xti.c (c) Copyright 1995-2008 Hewlett-Packard Co. Version 2.4.5";
+@(#)nettest_xti.c (c) Copyright 1995-2012 Hewlett-Packard Co. Version 2.6.0";
#else
#define DIRTY
#define WANT_HISTOGRAM
More information about the netperf-dev
mailing list