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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.130.222 with SMTP id m91mr15577330ioi.70.1508958886333; Wed, 25 Oct 2017 12:14:46 -0700 (PDT) X-Received: by 10.157.51.119 with SMTP id u52mr119397otd.6.1508958886268; Wed, 25 Oct 2017 12:14:46 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.stack.nl!feeder.erje.net!2.us.feeder.erje.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!k70no5584060itk.0!news-out.google.com!193ni1415iti.0!nntp.google.com!l196no5573719itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 25 Oct 2017 12:14:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.160.103.137; posting-account=1tLBmgoAAAAfy5sC3GUezzrpVNronPA- NNTP-Posting-Host: 192.160.103.137 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: alternative for buggy accept_socket to create a non-blocking version From: Matt Borchers Injection-Date: Wed, 25 Oct 2017 19:14:46 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:48593 Date: 2017-10-25T12:14:45-07:00 List-Id: Well, I should have thought of this solution sooner. I downloaded the GNAT= 6.3.2 version (where the bug is fixed) and I copied all of the execution p= ath of the non-blocking accept_socket subprogram into a single subroutine i= n a new child package of GNAT.Sockets. My first few tests are successful.