Skip to content

Commit

Permalink
Update change log and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Oct 4, 2022
1 parent ce20f2c commit 5d8ded8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2019-2022 Alexander Bluhm <[email protected]>
Copyright (c) 2022 Moritz Buhl <[email protected]>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down

0 comments on commit 5d8ded8

Please sign in to comment.