summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-11 01:04:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-11 01:04:04 +0000
commitf1ca33521098d86b82f089ef2bc9e109645de1e0 (patch)
tree60da7562b6672a9f3c65bc5996041350d6a9a5bb /ace/LSOCK_Connector.h
parentb48c129ecdd412467b481397dc610167f9b94625 (diff)
downloadATCD-f1ca33521098d86b82f089ef2bc9e109645de1e0.tar.gz
rs
Diffstat (limited to 'ace/LSOCK_Connector.h')
-rw-r--r--ace/LSOCK_Connector.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/LSOCK_Connector.h b/ace/LSOCK_Connector.h
index 0abd55045f3..3df0d633172 100644
--- a/ace/LSOCK_Connector.h
+++ b/ace/LSOCK_Connector.h
@@ -51,10 +51,10 @@ public:
// the connection can't be made immediately the value of -1 is
// returned with <errno == EWOULDBLOCK>. If *timeout > {0, 0} then
// this is the amount of time to wait before timing out. If the
- // time expires before the connection is made <errno == ETIMEDOUT>.
- // The <local_sap> is the value of local address to bind to. If
- // it's the default value of <ACE_Addr::sap_any> then the user is
- // letting the OS do the binding. If <reuse_addr> == 1 then the
+ // time expires before the connection is made <errno == ETIME>. The
+ // <local_sap> is the value of local address to bind to. If it's
+ // the default value of <ACE_Addr::sap_any> then the user is letting
+ // the OS do the binding. If <reuse_addr> == 1 then the
// <local_addr> is reused, even if it hasn't been cleanedup yet.
int connect (ACE_LSOCK_Stream &new_stream,
@@ -74,10 +74,10 @@ public:
// the connection can't be made immediately the value of -1 is
// returned with <errno == EWOULDBLOCK>. If *timeout > {0, 0} then
// this is the amount of time to wait before timing out. If the
- // time expires before the connection is made <errno == ETIMEDOUT>.
- // The <local_sap> is the value of local address to bind to. If
- // it's the default value of <ACE_Addr::sap_any> then the user is
- // letting the OS do the binding. If <reuse_addr> == 1 then the
+ // time expires before the connection is made <errno == ETIME>. The
+ // <local_sap> is the value of local address to bind to. If it's
+ // the default value of <ACE_Addr::sap_any> then the user is letting
+ // the OS do the binding. If <reuse_addr> == 1 then the
// <local_addr> is reused, even if it hasn't been cleanedup yet.
// = Meta-type info