Re: coalesced data.

2002-09-12 Thread Eric Rescorla
Rich Salz <[EMAIL PROTECTED]> writes: > Data may be coalesced. It does not HAVE to happen but it MAY happen. > > Note that TCP does not preserve record boundaries: two writes may end up > being read in three parts, e.g. > > What you're seeing is just a circumstance of your network setup. No

Re: coalesced data.

2002-09-12 Thread Rich Salz
Data may be coalesced. It does not HAVE to happen but it MAY happen. Note that TCP does not preserve record boundaries: two writes may end up being read in three parts, e.g. What you're seeing is just a circumstance of your network setup. No guarantees. /r$ _

Re: coalesced data.

2002-09-12 Thread Eric Rescorla
"kaushik_vishwakarma" <[EMAIL PROTECTED]> writes: > [1 ] > hi, > > > the specification of ssl says that in the record layer messages > can get coalesced. But i did not see this happening in my test > program. my test program had one server and one client. the server > after accepting c

coalesced data.

2002-09-12 Thread kaushik_vishwakarma
hi,   the specification of ssl says that in the record layer messages can get coalesced. But i did not see this happening in my test program. my test program had one server and one client. the server after accepting connection reads 16 kb of data at a time. The client sends two messages both more t