From 754ba987c7b37ee70d0303c3b61a5b084e792d42 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sat, 3 Jan 2026 18:14:41 +0100 Subject: [PATCH 1/3] Bump copyright year to 2026. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 05f7a44..f16d2cc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2025 Alexander Bluhm +Copyright (c) 2019-2026 Alexander Bluhm Copyright (c) 2022-2025 Moritz Buhl Permission to use, copy, modify, and distribute this software for any From 84af0388d125b6e108a03cad3193a04973ae678a Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sat, 3 Jan 2026 18:32:23 +0100 Subject: [PATCH 2/3] Mention read(2) too as used with -w. --- udpbench.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/udpbench.1 b/udpbench.1 index ce21462..97521bc 100644 --- a/udpbench.1 +++ b/udpbench.1 @@ -1,6 +1,6 @@ .\" $OpenBSD$ .\" -.\" Copyright (c) 2022-2025 Alexander Bluhm +.\" Copyright (c) 2022-2026 Alexander Bluhm .\" Copyright (c) 2025 Moritz Buhl .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -304,7 +304,8 @@ receiving side, only difference to send is explained. .Bl -tag -width 8 .It syscalls Number of -.Xr recv 2 +.Xr recv 2 , +.Xr read 2 , or .Xr recvmmsg 2 system calls made. From d919a6d65fea40f5f341546ac939d70c2b84d3f1 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sat, 3 Jan 2026 18:15:35 +0100 Subject: [PATCH 3/3] Update change log for version 1.13. --- Changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c1e00fe..4fe2d8f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for udpbench udp network benchmarking tool. -1.13 +1.13 2026-01-03 + * Fix multicast TTL option parsing. + * Allow to test read(2) and write(2) system call. + * On Linux the -G option enables Generic Receive Offload (GRO). + * Several man page corrections. 1.12 2025-01-09 * Implement sending and receiving IPv4 and IPv6 UDP multicast