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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,131e3d946b949413,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.122.238 with SMTP id lv14mr68554pab.10.1362703852858; Thu, 07 Mar 2013 16:50:52 -0800 (PST) Path: q9ni4353pba.1!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 07 Mar 2013 18:50:52 -0600 Date: Thu, 07 Mar 2013 19:50:51 -0500 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: UDP networking with Ada Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-XQZyeqs9vhHPqrK7b/uprP50AinESjENg0nXqkmpIDtcvEk5A0uvq+CoJTrQ/MQY/G08WEwNHKP1pkl!up55OWe6s6Il34jAjGr3WpvkMr3j/WWrdXokXqIuWtl2AKMrpdJopGVb/N+2fkE= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1628 X-Received-Bytes: 1769 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2013-03-07T19:50:51-05:00 List-Id: I have an interest in doing some network programming in Ada using UDP. I assumed I could use GNAT.Sockets but in reading the specification of that package it appears that it only supports TCP. I browsed around the various other GNAT packages but I didn't see anything for UDP and now I'm wondering what my options are. I assume Florist probably would work on Unix-like systems and Win32Ada would work on Windows systems (haven't looked at them in detail), but I was hoping for something cross-platform "out of the box." Or maybe I'm misunderstanding what I see with GNAT.Sockets? Peter