This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
libndt 0.21.0
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()
.