Re: Question on buffering bio..

2000-12-07 Thread Bodo Moeller
On Wed, Dec 06, 2000 at 11:40:47AM -0800, Nagaraj Bagepalli wrote: > I am looking at the openssl code and there is a comment in ssl3_accept > routine just before calling buffering bio which says "Buffering bio need > to be pushed so that the output is sent in a way that TCP likes". What > does t

Re: Question on buffering bio..

2000-12-06 Thread Dan Kegel
Nagaraj Bagepalli wrote: > I am looking at the openssl code and there is a comment in ssl3_accept > routine just before calling buffering bio which says "Buffering bio need > to be pushed so that the output is sent in a way that TCP likes". What > does this comment mean, is this related to the TC

Question on buffering bio..

2000-12-06 Thread Nagaraj Bagepalli
Hi, I am looking at the openssl code and there is a comment in ssl3_accept routine just before calling buffering bio which says "Buffering bio need to be pushed so that the output is sent in a way that TCP likes". What does this comment mean, is this related to the TCP Nagle algorithm? If this