summaryrefslogtreecommitdiff
path: root/ace/SOCK_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r--ace/SOCK_Connector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 514abebd05c..cbbeefa0207 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -78,6 +78,8 @@ public:
* cleaned up yet.
* @param flags Ignored.
* @param perms Ignored.
+ * @param protocol (optional) If value is 0, default SOCK_STREAM
+ * protocol is selected by kernel (typically TCP).
*
* @return Returns 0 if the connection succeeds. If it fails,
* -1 is returned and errno contains a specific error
@@ -181,6 +183,8 @@ public:
* cleaned up yet.
* @param flags Ignored.
* @param perms Ignored.
+ * @param protocol (optional) If value is 0, default SOCK_STREAM
+ * protocol is selected by kernel (typically TCP).
*
* @return Returns 0 if the connection succeeds. If it fails,
* -1 is returned and errno contains a specific error