comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: ada sockets question
Date: Thu, 05 Jul 2001 05:56:38 GMT
Date: 2001-07-05T05:56:38+00:00	[thread overview]
Message-ID: <qkT07.154337$%i7.102762200@news1.rdc1.sfba.home.com> (raw)
In-Reply-To: 9i0p05$ic4$1@fang.dsto.defence.gov.au

>I am trying to transfer 32 lots of 2048 data samples which are in signed
>short int format.
  So you want to send 128K bytes, right?  Which should go pretty fast
over anything speedier than a modem.

>Is there a max limit on the size of the packets that I can send?
  Are you using datagrams or stream sockets?  The former have a
maximum size, but ought to just ignore data beyond that size.  The
latter are byte, not record, oriented so the breaking into packets
on a send, and the reassembly on a read, should be transparent.



  reply	other threads:[~2001-07-05  5:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-03  7:46 ada sockets question Vladimir Bednikov
2001-07-03 12:42 ` Marc A. Criley
2001-07-03 14:19 ` Ted Dennison
2001-07-05  3:56   ` Vladimir Bednikov
2001-07-05  5:56     ` tmoran [this message]
2001-07-05 15:20     ` Ted Dennison
2001-07-06 15:11   ` Test message. Please ignore Mário Amado Alves
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox