summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-05 18:28:49 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-05 18:28:49 +0000
commit28c0e5a8c28a62bb1de5738eb1f618513e5bffab (patch)
tree83b2a647a9e2c36b56b24ef0c82016a4c6824832
parenta146f489e6b9eecb87a944edc6da13409764b1a8 (diff)
downloadATCD-28c0e5a8c28a62bb1de5738eb1f618513e5bffab.tar.gz
ChangeLogTag: Fri Jan 5 18:26:43 UTC 2007 Ciju John <johnc@ociweb.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/docs/ORBEndpoint.html11
2 files changed, 13 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 190e7a6cd8b..f505567110e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 5 18:26:43 UTC 2007 Ciju John <johnc@ociweb.com>
+
+ * docs/ORBEndpoint.html:
+ Update documentation for ORBEndpoint reuse_addr option.
+
Fri Jan 5 17:09:35 UTC 2007 Iliyan Jeliazkov <iliyan@ociweb.com>
* tests/Portable_Interceptors/Redirection/run_test.pl:
diff --git a/TAO/docs/ORBEndpoint.html b/TAO/docs/ORBEndpoint.html
index 22b4ee98844..ce8ce055d72 100644
--- a/TAO/docs/ORBEndpoint.html
+++ b/TAO/docs/ORBEndpoint.html
@@ -353,14 +353,19 @@
<CODE>TAO 1.4.8</CODE>
</TD>
<TD>
- The <CODE>reuse_addr</CODE> option allows one to
- specify the reuse_addr flag.
+ Available in IIOP & SSLIOP the <CODE>reuse_addr</CODE> option allows one to
+ set the SO_REUSEADDR socket option on an endpoint. Doing so bypasses
+ the TCP TIME_WAIT and can be used to open an endpoint
+ on a port still in TIME_WAIT state. Use caution using this option. Its not
+ recommended for the general use-case. Setting
+ SO_REUSEADDR has been observed to cause unexpected side-effects on some
+ platforms.
<P>
The format for <CODE>ORBEndpoint</CODE> with the
<CODE>reuse_addr</CODE> option is:
<BLOCKQUOTE>
<CODE>-ORBEndpoint iiop://[</CODE><I>local_hostname</I><CODE>]:</CODE><I
->port</I><CODE>/reuse_addr=</CODE><I>overridden_reuse_addr</I>
+>port</I><CODE>/reuse_addr=[0|1]</CODE>
</BLOCKQUOTE>
</TD>
</TR>