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_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3e9162c7148e2126 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-15 12:43:15 PST Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: Subject: Re: RE: UD(datagram) multicasting in ada Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Tue, 15 May 2001 15:42:44 EDT Organization: http://www.newsranger.com Date: Tue, 15 May 2001 19:42:44 GMT Xref: archiver1.sj.google.com comp.lang.ada:7534 Date: 2001-05-15T19:42:44+00:00 List-Id: In article , Coker, Jeremy says... >Otherwise, does anyone have any hints/example of UDP multicasting in ADA ? The way I remember it, multicasting involves making some appropriate IOCTL calls, and then doing normal UDP using the proper IP addresses. There's not really any Ada-specific issues involved. All you have to do is figure out the proper Socket API calls to make (any good TCP/IP reference should have this info), then translate them into Ada (which is a fairly trivial step). Is there something specific that you are having trouble translating? --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com