summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-30 14:45:31 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-30 14:45:31 +0000
commitd0635b148d575a8693845d335ecb1956cea6a98a (patch)
tree7bab670663315ba8e51a30182772d8e30da2abd9 /TAO/docs
parent4c198391dacb8a5f2aa652b6197de0b74403a46f (diff)
downloadATCD-d0635b148d575a8693845d335ecb1956cea6a98a.tar.gz
ChangeLogTag: Tue Aug 30 14:43:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/Options.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 7e17fe18348..c76b66b9988 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -674,6 +674,35 @@ is set. The default is true. </td>
This options is enabled by default.
</td>
</tr>
+ <tr>
+ <td><code>-ORBPreferIPV6Interfaces</code> <em>Yes/No</em></td>
+ <td><a name="-ORBPreferIPV6Interfaces"></a>
+ This option directs the default endpoint selector for client connections
+ to first attempt to connect any IIOP endpoints from a provided IOR specifying
+ IPv6 interfaces.
+ Only when none of these can be found or sucessfully connected IPv4
+ interfaces will be tried.
+ <p>
+ This option is only available for IPv6 enabled builds of TAO (ACE_HAS_IPV6).
+ </td>
+ </tr>
+ <tr>
+ <td><code>-ORBConnectIPV6Only</code> <em>Yes/No</em></td>
+ <td><a name="-ORBConnectIPV6Only"></a>
+ This option directs a server ORB to:<br><p>
+ <li>allow only IPv6 interfaces as listening endpoints</li>
+ <li>encode only IPv6 interfaces in the IOR profile</li>
+ <li>prevent (depending on availability of IPV6_V6ONLY socket option)
+ or block IPv6 to IPv4 connections</li>
+ <p>
+ This option directs the default endpoint selector for client connections
+ to only attempt to connect any IIOP endpoints from a provided IOR specifying
+ IPv6 interfaces.
+ Any available IPv4 interfaces will be ignored.
+ <p>
+ This option is only available for IPv6 enabled builds of TAO (ACE_HAS_IPV6).
+ </td>
+ </tr>
</tbody>
</table>
</p>