Re: loopback traffic gets to cable modem <SOLVED>
Re: loopback traffic gets to cable modem <SOLVED>
- Subject: Re: loopback traffic gets to cable modem <SOLVED>
- From: Joshua Graessley <email@hidden>
- Date: Wed, 20 Nov 2002 13:49:24 -0800
On Wednesday, November 20, 2002, at 05:22 AM, Jeffrey Johnson wrote:
Well, it appears that the transaction traffic was not being exposed to
the
LAN, but getaddrinfo(), bless its little heart, goes out for a DNS
lookup even
if the hostname string is already in octet/dot notation (I was just
using it
to fill in a valid addrinfo struct).
There are some known issues with the implementation of getaddrinfo.
getaddrinfo will try using every method it knows to resolve a query. It
doesn't stop when it finds an answer, it just keeps on going to get a
comprehensive list of all answers. This will probably be changing in
the future.
-josh
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.