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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,191ad4ca9c7033e2 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!k79g2000hse.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: GNAT.Sockets Date: Tue, 09 Oct 2007 13:36:19 -0700 Organization: http://groups.google.com Message-ID: <1191962179.754006.134610@k79g2000hse.googlegroups.com> References: NNTP-Posting-Host: 85.3.245.232 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191962180 12855 127.0.0.1 (9 Oct 2007 20:36:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 9 Oct 2007 20:36:20 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k79g2000hse.googlegroups.com; posting-host=85.3.245.232; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2390 Date: 2007-10-09T13:36:19-07:00 List-Id: On 9 Pa , 17:10, a...@anon.org (anon) wrote: > -- Get message length > > Integer'Read ( Channel, Length_Message ) ; How does it deal with endianness issues? Or in general with different representation on two communicating platforms? -- Maciej Sobczak * www.msobczak.com * www.inspirel.com