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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f69eb259f3ed2afb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: "markp" Newsgroups: comp.lang.ada Subject: Re: Using GNAT.Sockets Date: 18 Apr 2005 08:35:00 -0700 Organization: http://groups.google.com Message-ID: <1113838500.614450.176530@l41g2000cwc.googlegroups.com> References: <1113404846.310840.322920@z14g2000cwz.googlegroups.com> <1113555847.303640.190000@f14g2000cwb.googlegroups.com> <1113814867.251847.285880@o13g2000cwo.googlegroups.com> <1113834734.937407.145410@z14g2000cwz.googlegroups.com> <4263ced3$0$2275$ba620e4c@news.skynet.be> NNTP-Posting-Host: 208.20.220.69 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1113838506 17534 127.0.0.1 (18 Apr 2005 15:35:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 18 Apr 2005 15:35:06 +0000 (UTC) In-Reply-To: <4263ced3$0$2275$ba620e4c@news.skynet.be> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=208.20.220.69; posting-account=_Inhcg0AAAAPC2BsuUqoGG-atarvM4_J Xref: g2news1.google.com comp.lang.ada:10528 Date: 2005-04-18T08:35:00-07:00 List-Id: No, It is an Ada program that does not use streams. It uses simply address/byte count passed to the TCP. I'm guessing by your answer it must use streams also. I don't have control over the other side, so, does this mean I will not be able to use streams on my side? Mark