Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2025 Alexander Bluhm <bluhm@genua.de>
Copyright (c) 2019-2026 Alexander Bluhm <bluhm@genua.de>
Copyright (c) 2022-2025 Moritz Buhl <mbuhl@mbuhl.me>

Permission to use, copy, modify, and distribute this software for any
Expand Down
5 changes: 3 additions & 2 deletions udpbench.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" $OpenBSD$
.\"
.\" Copyright (c) 2022-2025 Alexander Bluhm <bluhm@genua.de>
.\" Copyright (c) 2022-2026 Alexander Bluhm <bluhm@genua.de>
.\" Copyright (c) 2025 Moritz Buhl <mbuhl@mbuhl.me>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
Expand Down Expand Up @@ -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.
Expand Down