On Tue, 18 Jun 2002, Gerald Carter wrote: > On Wed, 19 Jun 2002, Richard Sharpe wrote: > > > This happens if WINS fails and DNS is used to translate the address. I am > > not sure what happens if WINS returns multiple addresses ... > > Ahhh..so we are not handling the **h_addr_list field in the hostent > struct?
That is right. I created a name_resolve_2 that can return a list of addresses, but for the moment, most of the code uses name_resolve, which only returns the first address :-( Regards ----- Richard Sharpe, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
