summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-26 02:04:29 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-26 02:04:29 +0000
commitb173e61747daa87fb79a9cc95208f5870bcf8044 (patch)
treedf3e93ab024a5bab26d61d73b14b9a3ffb80e4a8
parent78c46814f11619e2f5b89d48b633c595fad99be4 (diff)
downloadATCD-b173e61747daa87fb79a9cc95208f5870bcf8044.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLogs/ChangeLog-02a4
-rw-r--r--ChangeLogs/ChangeLog-03a4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 83ddc794ce1..3f9069ca05c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
Sat Aug 25 20:58:22 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/FILE_IO.i (send_n): Changed to use ACE::write_n to send the
- chain of Message_Blocks. Thanks to Doug for pointing this out.
+ chain of Message_Blocks. The originally used ACE::send_n was
+ causing problem on NT because send_n was restricted for sockets
+ I/O on NT. Thanks to Doug for pointing this out.
Sat Aug 25 10:16:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 83ddc794ce1..3f9069ca05c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,9 @@
Sat Aug 25 20:58:22 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/FILE_IO.i (send_n): Changed to use ACE::write_n to send the
- chain of Message_Blocks. Thanks to Doug for pointing this out.
+ chain of Message_Blocks. The originally used ACE::send_n was
+ causing problem on NT because send_n was restricted for sockets
+ I/O on NT. Thanks to Doug for pointing this out.
Sat Aug 25 10:16:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 83ddc794ce1..3f9069ca05c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,7 +1,9 @@
Sat Aug 25 20:58:22 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/FILE_IO.i (send_n): Changed to use ACE::write_n to send the
- chain of Message_Blocks. Thanks to Doug for pointing this out.
+ chain of Message_Blocks. The originally used ACE::send_n was
+ causing problem on NT because send_n was restricted for sockets
+ I/O on NT. Thanks to Doug for pointing this out.
Sat Aug 25 10:16:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>