comp.lang.ada
 help / color / mirror / Atom feed
From: RonAli@WriteMe.com (Ronald Ali)
Subject: Re: Winsock WSAEADDRNOTAVAIL exception raised...
Date: 1999/05/10
Date: 1999-05-10T18:18:23+00:00	[thread overview]
Message-ID: <373720a4.19131750@news.exit109.com> (raw)
In-Reply-To: 372f2583.102091187@news.exit109.com

The problem was resolved when I changed the assignment of the
LOCAL Socket Address from the results of the Get_Host_Address function
call to "INADDR_ANY", which equates to zero.

--         Sin_Addr   => To_U_32 (Host_Address.h_addr_list'Address),
           Sin_Addr   => IN_ADDR (INADDR_ANY),

Thank you David Botton for your insight.

Regards, Ron Ali




      parent reply	other threads:[~1999-05-10  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-04  0:00 Winsock WSAEADDRNOTAVAIL exception raised Ronald Ali
1999-05-04  0:00 ` David Botton
1999-05-10  0:00 ` Ronald Ali [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox