summaryrefslogtreecommitdiff
path: root/ace/SOCK_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
commitdd7845e6b4acc72397746f3652a71e01c8c6f815 (patch)
tree60da7562b6672a9f3c65bc5996041350d6a9a5bb /ace/SOCK_Connector.h
parent295a7ea3407ec3d9f8f6ddd1ffb629635fedc94c (diff)
downloadATCD-dd7845e6b4acc72397746f3652a71e01c8c6f815.tar.gz
rs
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r--ace/SOCK_Connector.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index 6544e9a08d1..472da3cb47a 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -50,10 +50,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_SOCK_Stream &new_stream,
@@ -73,10 +73,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.
// = Completion routine.