Bug 759

Summary: SSL optimization: disable Nagle algorithm
Product: ACE Reporter: Ossama Othman <ossama.othman>
Component: SSL WrappersAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: enhancement    
Priority: P4    
Version: 5.1.11   
Hardware: All   
OS: All   

Description Ossama Othman 2001-01-01 12:36:27 CST
The SSL protocol does not benefit from the Nagle algorithm due to the fact that
it will never send small packets since SSL records are always relatively large.

Improved performance can be achieved by disabling the Nagle algorithm by
default.
Comment 1 Ossama Othman 2001-01-01 12:36:45 CST
Mine.