diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-11 01:04:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-11 01:04:04 +0000 |
commit | f1ca33521098d86b82f089ef2bc9e109645de1e0 (patch) | |
tree | 60da7562b6672a9f3c65bc5996041350d6a9a5bb /ace/UPIPE_Connector.h | |
parent | b48c129ecdd412467b481397dc610167f9b94625 (diff) | |
download | ATCD-f1ca33521098d86b82f089ef2bc9e109645de1e0.tar.gz |
rs
Diffstat (limited to 'ace/UPIPE_Connector.h')
-rw-r--r-- | ace/UPIPE_Connector.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ace/UPIPE_Connector.h b/ace/UPIPE_Connector.h index 32e72c6bebb..1819f67f2b6 100644 --- a/ace/UPIPE_Connector.h +++ b/ace/UPIPE_Connector.h @@ -48,10 +48,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. @@ -71,10 +71,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. |