summaryrefslogtreecommitdiff
path: root/net/netperf
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-18remove unneeded include of bsd.prefs.mk.grant1-3/+1
2004-12-02upgrade to 2.3p1.itojun3-32/+15
These are the Release Notes for revision 2.3pl1 of netperf: Things changed in this release *) The bind() call in create_data_socket() in the file nettest_bsd.c is no longer conditional on the user's specifying an IP address or port number to which the data socket should be bound. This fixes the "connection refused" errors in the UDP tests. *) Some experimental code to allow one to specify a CPU to which the remote netserver should be bound. This is intended to allow one to get greater certainty (as in confidence intervals) on SMP systems. At present the functionality is HP-UX specific. Submittals of changes for a more general approach are welcomed. These are the Release Notes for revision 2.3 of netperf: Things changed in this release *) The user can now specify local and/or remote port numbers for the data connection using the -P test-specific option. This is to support those folks who want to run netperf through those evil, end-to-end-breaking things known as firewalls... :) This changes the format of some of the control messages, hence the bump in the update number in the VUF. While it may be possible to mix 2.3 and pre-2.3 netperf and netserver, it is not supported. *) The user can now specify local and/or remote IP addresses for the data connection using the -I test-specific option. This is to support those folks who want to run netperf through those evil, end-to-end-breaking things known as firewalls... :) This changes the format of some of the control messages, hence the bump in the update number in the VUF. While it may be possible to mix 2.3 and pre-2.3 netperf and netserver, it is not supported. *) Set DL_mumble message priorities in the DLPI tests *) Fix error return check for getaddrinfo() *) Those systems with gethrtime() can define -DHAVE_GETHRTIME to use gethrtime() instead of gettimeofday() and reduce the measurement overhead when enabling the -DHISTOGRAM functionality. *) The default for -DHISTOGRAM compilation now adds a UNIT_USEC and TEN_USEC row and renames TENTH_MSEC to HUNDRED_USEC. If you want the old behaviour add -DOLD_HISTOGRAM to CFLAGS. *) Add missing '!' in the recv_udp*_stream so we recognize the end of a timed test correctly. *) Replace "||" with "&&" to fix an infinite loop in recv_tcp_conn_rr() most likely introduced in 2.2pl5. *) Code has been added to kludge around the bug in Linux getsockopt() where it almost always returns twice the value for which one asks unlike virtually every other stack on the face of the planet. This was doing some unpleasant things to tests in which confidence intervals were requested. Things not changed in this release *) Lots :)
2004-10-26Use OPSYSVARS.salo1-4/+2
2004-10-26Make this build on IRIX, Georg Schwarz PR pkg/27427.xtraeme1-1/+7
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-26Rather than jumping through hoops during the configure stage trying toagc4-22/+7
calculate CFLAGS, and add to them using sed, do this properly with a make(1) "+=" assignment in the patch stage. Remove unnecessary script file.
2001-04-22Remove FreeBSDism (NOPORTDOCS)zuntum1-3/+1
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-24First round of cleaning up INSTALL usage:hubertf1-5/+4
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-21use the latest ipv6 patch.itojun2-4/+4
update suggested by Thomas Klausner <wiz@danbala.tuwien.ac.at>
2000-02-05formatted DESCR to < 80 chars per line, added RCS tag to PLISTwiz3-1/+6
and added patch-sum
2000-01-21shorten a bithubertf2-3/+1
2000-01-21net/netperf:itojun5-33/+16
Rick Jones' <raj@cup.hp.com> network performance benchmarking package (IPv6-ready when USE_INET6 - will be revisited when we change USE_INET6 to something else)
2000-01-21from latest kame kititojun8-0/+146