summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-16 03:31:25 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-16 03:31:25 +0000
commit5b60360f6b2358b3c41dc0d4661bea8c1f636bfe (patch)
treeb1905b16ba9a09a6714ededc018b34812456c30c /ChangeLog-99b
parent0aa34ec98e744a4e3602c05211c47a0eb772065f (diff)
downloadATCD-5b60360f6b2358b3c41dc0d4661bea8c1f636bfe.tar.gz
ChangeLogTag: Wed Dec 15 21:24:05 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 9cf273bd040..0626057e950 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,12 +1,19 @@
+Wed Dec 15 21:24:05 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * ace/config-win32-common.h (ACE_DEFAULT_MAX_SOCKET_BUFSIZ):
+ Windows doesn't like 65536 ;-) If 65536 is specified, it is
+ listenly ignored by the OS, i.e., setsockopt does not fail, and
+ you get stuck with the default size of 8k.
+
Tue Dec 14 08:57:03 1999 Vishal Kachroo <vishal@cs.wustl.edu>
- * ace/OS.h: Added a #ifdef for WINSOCK2_GQOS for removing the
+ * ace/OS.h: Added a #ifdef for WINSOCK2_GQOS for removing the
errors on NT due to the previous change in ACE_Flow_Spec class.
Tue Dec 14 07:49:58 1999 Vishal Kachroo <vishal@cs.wustl.edu>
* ace/OS.i:
- * ace/OS.h: Extended the ACE_Flow_Spec and ACE_QoS classes to
+ * ace/OS.h: Extended the ACE_Flow_Spec and ACE_QoS classes to
accommodate the use of such classes for non-Win32
platforms. These changes are motivated by the new ACE QoS
classes that will soon be included with ACE.