From 5d8ded8bc63aa6e5f2f808206dd14749206d4e4f Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Tue, 4 Oct 2022 15:19:31 +0200 Subject: [PATCH] Update change log and license. --- Changes | 7 ++++++- LICENSE | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 7559a34..498b675 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for udpbench udp network benchmarking tool. -1.05 +1.05 2022-10-04 + - With option -m udpbench uses system calls sendmmsg(2) and + recvmmsg(2) instead of send(2) and recv(2). + - Add tests and documentation for mmsg feature. + - Improve recv idle time logic and document it in diagnostics. + - Document recv interrupted system call in diagnostics. 1.04 2022-08-16 - Send hop-by-hop router alert IPv6 extension header with -H. diff --git a/LICENSE b/LICENSE index a00ebc1..c6b691d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ Copyright (c) 2019-2022 Alexander Bluhm +Copyright (c) 2022 Moritz Buhl Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above