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,7e490a18b9688bd9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.25.163 with SMTP id d3mr1408176pbg.7.1316168480741; Fri, 16 Sep 2011 03:21:20 -0700 (PDT) Path: m9ni7427pbd.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Stream_Element_Array Date: Fri, 16 Sep 2011 11:21:20 +0100 Organization: A noiseless patient Spider Message-ID: References: <1e6rw4vto3ldb.i8d7fxixapx4.dlg@40tude.net> <28u4e86fk8gn$.ialexttobgr0$.dlg@40tude.net> <276b8d0a-5b3c-4559-a275-98620657cc2f@s30g2000pri.googlegroups.com> <01c12338-e9f8-49ab-863d-c8282be3875e@g31g2000yqh.googlegroups.com> <1esmml9qftomp.vihelaijmcar$.dlg@40tude.net> <02671fc7-5c38-42dc-8017-529f6dead8fd@j19g2000yqc.googlegroups.com> <631f3859-8118-4f4c-a684-152ee5f589bf@o15g2000vbe.googlegroups.com> <1ha21cmm4ub0x.1x5tkefenjm53$.dlg@40tude.net> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="28668"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+j0Wk/qtl4DjhAfpaOMHauY52BJi4wq2U=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:7AdZmLWiZp4mHjgIW1o1SkfrOlo= sha1:2ph/pyhx/h/e3hzzTxJDIncjwW0= Xref: news1.google.com comp.lang.ada:17988 Content-Type: text/plain; charset=us-ascii Date: 2011-09-16T11:21:20+01:00 List-Id: "Dmitry A. Kazakov" writes: > As an example, consider TCP/IP. If you wanted to make TCP_NO_DELAY > option working, you would have to respect packet boundaries. I.e. the > right way to handle stream protocols is to use Write (S, Packet) > instead. Even more so with UDP!