Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

libndt 0.21.0

Compare
Choose a tag to compare
@bassosimone bassosimone released this 13 May 17:39
· 221 commits to master since this release
v0.21.0
3674912

Modify the way in which we connect to a TCP endpoint such that will be less work to override resolving an hostname from Measurement Kit, compared to the previous situation. Now, in fact, we only need to override a method that takes in input a domain and outputs a list of IPv4 and/or IPv6 addresses. Previously, the requirement was to override the full complexity of getaddrinfo().