![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Well, a start would be a "connectbyname()" API call that takes care of name-to-address mapping and trying different addresses until one works.
Most IPv6-capable apps seem to implement that logic now. And in my experience, it sucks. Really hard. The app can take a very long time to establish a very poor connection. The specific reason tends to be that the destination and source both have IPv4 and IPv6 addresses, and the IPv4 address works better than the IPv6 address (maybe because of 6to4 relay routers or whatnot), even though the v6 address is chosen first.
But this is just an instance of the general case that some source-destination address pairs work better than others. Address selection heuristics don't do a good job solving this problem - to solve this problem the network actually needs to tell the host which source-destination address pairs will work well. (and that's pretty ugly)
S
_______________________________________________ Ietf mailing list Ietf at ietf.org https://www1.ietf.org/mailman/listinfo/ietf
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.