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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:3692:: with SMTP id l140-v6mr3659955itl.11.1530855107730; Thu, 05 Jul 2018 22:31:47 -0700 (PDT) X-Received: by 2002:aca:c744:: with SMTP id x65-v6mr2004359oif.2.1530855107571; Thu, 05 Jul 2018 22:31:47 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!d7-v6no3300403itj.0!news-out.google.com!l67-v6ni3260itl.0!nntp.google.com!d7-v6no3300397itj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Jul 2018 22:31:47 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=136.163.203.6; posting-account=g0yTkgoAAADdZGEYyZahxGlO3EkjH0Wv NNTP-Posting-Host: 136.163.203.6 References: <10ab697c-0f8d-4896-bf4e-44d01f685139@googlegroups.com> <14e32fbe-c090-480b-8f04-d6675834efbd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: UDP Send gets NETWORK_IS_UNREACHABLE From: Petter Fryklund Injection-Date: Fri, 06 Jul 2018 05:31:47 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1827 X-Received-Body-CRC: 3062315471 Xref: reader02.eternal-september.org comp.lang.ada:53681 Date: 2018-07-05T22:31:47-07:00 List-Id: This is getting weirder. Get_Host_By_Name returns two addresses, 127.0.0.1 and 127.0.0.1. The broadcasts are going to a very narrow network ;-) I'm going to try to set the interface with Thin.Set_Socket_Option but I cannot find the numerical value for SO_BINDTODEV sometimes called SO_BINDTODEVICE. Regards, Petter