summaryrefslogtreecommitdiff
path: root/ace/SPIPE_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/SPIPE_Connector.h
parent295a7ea3407ec3d9f8f6ddd1ffb629635fedc94c (diff)
downloadATCD-dd7845e6b4acc72397746f3652a71e01c8c6f815.tar.gz
rs
Diffstat (limited to 'ace/SPIPE_Connector.h')
-rw-r--r--ace/SPIPE_Connector.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/SPIPE_Connector.h b/ace/SPIPE_Connector.h
index 35dab9bcf43..b3416f7cfd6 100644
--- a/ace/SPIPE_Connector.h
+++ b/ace/SPIPE_Connector.h
@@ -45,10 +45,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.
// The <flags> and <perms> arguments are passed down to the open()
// method.
@@ -68,10 +68,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.
// The <flags> and <perms> arguments are passed down to the open()
// method.