Skip to content

Release 2.8.0

Compare
Choose a tag to compare
@jelu jelu released this 02 Nov 10:43
· 107 commits to develop since this release

This release fixes response handling for DNS-over-HTTPS when multiple responses are received within the same receive cycle, and adds a new option to suppress some of the normal and verbose output.

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

The network model within dnsperf and resperf can not process more then one response at a time from a protocol module, so a buffer has been added to the DNS-over-HTTPS module to handle this situation (this already exists in all other modules).

The new option -O suppress=<message,...> can selectively suppress parts of the normal and verbose output. Some of these messages might be excessively displayed due to the network model and depending on what protocol you use which makes usage harder then necessary. For example during TCP connection stage, if you end-point is slow to establish connection you will get a lot of output saying that the socket isn't ready yet.

6a452b0 DoH response handling
e2828e7 Suppress