Bug 1595

Summary: Randomize the default SSLIOP accept() timeout value.
Product: TAO Reporter: Ossama Othman <ossama.othman>
Component: SSLIOP Pluggable ProtocolAssignee: Ossama Othman <ossama.othman>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: P3    
Version: 1.3.3   
Hardware: All   
OS: All   

Description Ossama Othman 2003-09-18 17:11:43 CDT
It may be useful to randomize the default accept() timeout value instead of
using a constant default (currently 10 seconds).  The idea is to prevent
potential timed DoS attacks.  For example, the default accept() timeout could be
a random value between some range such as 8 and 12.
Comment 1 Ossama Othman 2003-10-01 09:54:47 CDT
Same as bug 1594.

*** This bug has been marked as a duplicate of 1594 ***