pkgsrc/net/iperf3/Makefile
adam b19f9ceae8 iperf3: updated to 3.9
iperf 3.9

* Notable user-visible changes

  * A --timestamps flag has been added, which prepends a timestamp to
    each output line.  An optional argument to this flag, which is a
    format specification to strftime(3), allows for custom timestamp
    formats.

  * A --server-bitrate-limit flag has been added as a server-side
    command-line argument.  It allows a server to enforce a maximum
    throughput rate; client connections that specify a higher bitrate
    or exceed this bitrate during a test will be terminated.  The
    bitrate is expressed in bits per second, with an optional trailing
    slash and integer count that specifies an averaging interval over
    which to enforce the limit.

  * A bug that caused increased CPU usage with the --bidir option has
    been fixed.

* Notable developer-visible changes

  * Fixed various minor memory leaks.
2020-08-18 07:37:52 +00:00

22 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/08/18 07:37:52 adam Exp $
DISTNAME= iperf-3.9
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
CATEGORIES= net benchmarks
MASTER_SITES= https://downloads.es.net/pub/iperf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://software.es.net/iperf/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS.NetBSD+= --without-sctp
TEST_TARGET= check
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"