Hello;
we observe slow behavior on some macOS systems which were upgraded from macOS Ventura to macOS Sonoma. , when they are connected to the company networks.
Investigation learns that the
getaddrinfo call querying ipv6 is taking 5 seconds before returning.
Querying information for ipv4 (ai_famlly AF_UNSPEC) returns in few mSec correct.
For ipv6, I tried struct addrinfo
ai_family AF_INET6 and ai_flags AI_DEFAULT , as well as AI_ALL
but no help. Querying for ipv6 lasts 5 seconds.
Is there a fix or workaround for this?
When switching off Wi-Fi , the getaddrinfo returns in few mSec ( similar to the ipv4 check ).
The version is macOS Sonoma 14.6.1 , but also observed on other Sonoma 14.x versions and other sites/companies worldwide.
Topic:
App & System Services
SubTopic:
Networking