diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-04-15 23:28:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-04-15 23:28:56 +0000 |
commit | 1be0452c937e90ebe9b5058631708a2c30295555 (patch) | |
tree | 2416601912cdb3d96b8a3a2f18f2f9d8596d1ca9 /ChangeLogs | |
parent | c81e38ffbed064496718e815f67e5c0c3bd78e13 (diff) | |
download | ATCD-1be0452c937e90ebe9b5058631708a2c30295555.tar.gz |
ChangeLogTag:Sat Apr 15 18:17:02 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 9 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 49474e548cf..9304f1e29fa 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,12 @@ +Sat Apr 15 18:17:02 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: + Fixed the handle_output() function so that it does the "Right + Thing"[TM] on Windows NT. Win32 Winsock doesn't trigger + multiple "You can write now" signals, so we have to assume that + we can continue to write until we get another EWOULDBLOCK. + Thanks to Nick Pratt + Thu Apr 13 16:30:01 2000 David L. Levine <levine@cs.wustl.edu> * ace/config-sunos5.7.h: added #undef ACE_NEEDS_LWP_PRIO_SET. diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 49474e548cf..9304f1e29fa 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,12 @@ +Sat Apr 15 18:17:02 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: + Fixed the handle_output() function so that it does the "Right + Thing"[TM] on Windows NT. Win32 Winsock doesn't trigger + multiple "You can write now" signals, so we have to assume that + we can continue to write until we get another EWOULDBLOCK. + Thanks to Nick Pratt + Thu Apr 13 16:30:01 2000 David L. Levine <levine@cs.wustl.edu> * ace/config-sunos5.7.h: added #undef ACE_NEEDS_LWP_PRIO_SET. |