Skip to content

Release 2.14.0

Latest
Compare
Choose a tag to compare
@jelu jelu released this 18 Jan 12:45
· 6 commits to develop since this release

This release rewords connection statistics, adds names to threads and fixes a bug with using TSIG in more than one thread.

Packages are available at: https://dev.dns-oarc.net/packages/

In "Connection Statistics", reconnections has been renamed to connection attempts and now includes both the initial connection attempt and following reconnections.

If supported, threads will now be named after what they do, such as "perf-send-" and "perf-recv-".

The TSIG context was shared between all threads and would case a crash if more than one sending thread was used. This has been fixed and TSIG contexts are now per thread.

81dc36b TSIG context per thread
55011c6 Thread names
8bdd480 thread names
17c680d Set thread names for dnsperf
54e641d Add library function to set thread names
fb19440 Dockerfile
a80de21 Reword connection statistics
688a4fd Reword connection statistics