From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fc8d0,e3e726b9ad52ca23 X-Google-Attributes: gidfc8d0,public X-Google-Thread: 103376,e3e726b9ad52ca23 X-Google-Attributes: gid103376,public From: RonAli@WriteMe.com (Ronald Ali) Subject: Re: Winsock WSAEADDRNOTAVAIL exception raised... Date: 1999/05/10 Message-ID: <373720a4.19131750@news.exit109.com>#1/1 X-Deja-AN: 476262497 References: <372f2583.102091187@news.exit109.com> X-Trace: news1.exit109.com 926360303 15961 208.225.73.29 (10 May 1999 18:18:23 GMT) Organization: None NNTP-Posting-Date: 10 May 1999 18:18:23 GMT Newsgroups: alt.winsock.programming,comp.lang.ada Date: 1999-05-10T18:18:23+00:00 List-Id: 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