You are hereIPv6
IPv6
I forgot to say that this blog is also accessible for IPv6 users. Unfortunately I couldn't get my registrar to enter an ipv6-glue record yet. So DNS will still need to be performed over v4.
More IPv6-related posts will come, especially as I notice that lots of applications are not even aware v6 exists...Filling in bug reports as we speak/read/write.
Tags





It's often quicker just to patch them. Often, applications are not interested in IP but only need the payload from a TCP stream or a UDP datagram. In that case, it's just a small matter of using getaddrinfo() and friends instead of filling in a naked sockaddr_in and pushing it down to the socket layer.