Hokay, - how can I tell when I have received a full record- ie all packets
have been received from the clients send (multiple packets make a full
record.)?

>  -----Original Message-----
> From:         [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 13, 1999 06:06 PM
> To:   Multiple recipients of list delphi
> Subject:      RE: [DUG]:  TCP/IP Question
> 
> TCP has the concept of a session. So block B will definitely be delivered
> down a socket after block A.
> 
> The only think likely to confuse the receiving program is the fact that
> the receiving socket may get it in peculiar lumps. 
> As long as the receiving program buffers it up till it has a full 'record'
> there should be no problems.
> 
> 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to