Rick Jones wrote: >> >> >> The code checks to see if IPv6 is enabled and sets af_family to either >> AF_UNSPEC or AF_INET depending on whether or not IPv6 is enabled or not. >> Unfortunately AI_ADDRCONFIG is not availabe on all platforms so we don't >> use it. > > Interesting - I was considering using AI_ADDRCONFIG in netperf. Which > platforms lack support for AI_ADDRCONFIG? > > thanks, > > rick jones > > Windows doesn't support it until Vista (but then I'm only adding transport support for IPv6 for Windows now)! And you will see this with older platforms. We had to emulate getaddrinfo() for older platforms.
Are you looking at doing performance testing for NTP like you've done for BIND? Danny _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
