import udpbench 1.01

OK kn@

Comment:
udp network benchmarking tool

Description:
Measure UDP send and receive performance.  Be very careful that the
data is reliable.  Avoid unnecessary system calls that may affect
the result.
This commit is contained in:
bluhm 2022-07-29 13:15:24 +00:00
parent cff4a25c86
commit 5d7fcf5097
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,19 @@
COMMENT = udp network benchmarking tool
VERSION = 1.01
DISTNAME = udpbench-${VERSION}
CATEGORIES = benchmarks
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c
MASTER_SITES = https://github.com/bluhm/udpbench/releases/download/v${VERSION}/
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (udpbench-1.01.tar.gz) = N/QIIi4aj0GR7gh8alSn6G/QRfs9zkzkr9dFrczKymk=
SIZE (udpbench-1.01.tar.gz) = 7067

View File

@ -0,0 +1,3 @@
Measure UDP send and receive performance. Be very careful that the
data is reliable. Avoid unnecessary system calls that may affect
the result.

View File

@ -0,0 +1,2 @@
@bin bin/udpbench
@man man/man1/udpbench.1