diff options
author | Steve Huston <shuston@riverace.com> | 2001-08-20 04:11:16 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-08-20 04:11:16 +0000 |
commit | 09d03ae4f9a14fc31be3dfeb1c64bbe5701fd2cf (patch) | |
tree | 7d910d09e259f2df42dd24e7ef695af39853f644 /ChangeLog | |
parent | 4569a66df72baeeba713fd7209e16222e63bfc06 (diff) | |
download | ATCD-09d03ae4f9a14fc31be3dfeb1c64bbe5701fd2cf.tar.gz |
ChangeLogTag:Mon Aug 20 00:01:29 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 935bd34bd65..c5adfe0b357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Mon Aug 20 00:01:29 2001 Steve Huston <shuston@riverace.com> + + * ace/SOCK_Connector.h: Clarify the conditions under which errno + will be ETIME (caller-specified timeout expires w/o connect) + vs. ETIMEDOUT (protocol layer timed out the connect). + + * ace/SOCK_Connector.cpp: Add "|| errno == ETIME" to a couple + places where an ACE_ERROR is _not_ done for certain conditions. + + * ace/ACE.cpp (handle_timed_complete): If the user-specified timeout + expires before the connect is resolved one way or the other, + set errno to ETIME, not ETIMEDOUT. This makes it match the + documented behavior in the ACE_SOCK_Connector man page. + Sun Aug 19 20:33:39 2001 Carlos O'Ryan <coryan@uci.edu> * bin/nightlybuilds/builds.lst: |