[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: "DNS-4to6 automatic mapping" - No more DNS-ALGs & 6then4 DNSqueries
> Actually this is nitpicking. The *real* problem is that the systems
> need a "connect me to this host*name*" system/library call, that will
> handle all the underlying combinations and do the right thing, depending
> on system preferences and capabilities.
Do you mean something like WSAConnectByName (http://msdn2.microsoft.com/en-us/library/ms741557.aspx)? Or maybe "TcpClient.Connect (String, Int32)" (http://msdn2.microsoft.com/en-us/library/system.net.sockets.tcpclient.connect.aspx)?
-- Christian Huitema