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 this comment mean, is this related to the TCP Nagle algorithm?
> 
> If this is related to Nagle algorithm, I assume there is no need for
> this buffering bio if Nagle algorithm is turned off in TCP. Is my
> assumption correct?

No.  If the Nagle algorithm is turned off, then without this buffering
you'd get multiple smaller packets instead of one large packet.


-- 
Bodo M�ller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to