You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watching traffic from the Longview agent, I note that it is posting all its data over IPv4, even though longview.linode.com has AAAA records. I haven't dug into the code but I imagine given its age there's probably an AF_INET or gethostbyname() kicking around in there somewhere.
Watching traffic from the Longview agent, I note that it is posting all its data over IPv4, even though longview.linode.com has AAAA records. I haven't dug into the code but I imagine given its age there's probably an
AF_INETorgethostbyname()kicking around in there somewhere.