From 6c56d548dbed6da17836da8198e911b71926a865 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sat, 10 Aug 2024 15:52:46 +0200 Subject: [PATCH] Update change log for version 1.11. --- Changes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index eca99ce..7e1cef1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for udpbench udp network benchmarking tool. -1.11 +1.11 2024-08-11 + * Command line option -C allows to specify a OpenBSD network + pseudo device that is used. The header and packet length + calculation is adopted to print correct statistic values. + * Rework starting remote udpbench via ssh. Pass pseudo device + option also to the other side. + * Print bit per second in statistics with %e to get consistent + output and proper alignment. 1.10 2024-03-29 * Use pkgconf to build on GNU/Linux.