Bug 1595 - Randomize the default SSLIOP accept() timeout value.
Summary: Randomize the default SSLIOP accept() timeout value.
Status: RESOLVED DUPLICATE of bug 1594
Alias: None
Product: TAO
Classification: Unclassified
Component: SSLIOP Pluggable Protocol (show other bugs)
Version: 1.3.3
Hardware: All All
: P3 enhancement
Assignee: Ossama Othman
URL:
Depends on:
Blocks:
 
Reported: 2003-09-18 17:11 CDT by Ossama Othman
Modified: 2003-10-01 09:54 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***