summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 20:02:38 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 20:02:38 +0000
commit2bc5cc5003627585aae367415e546570eb910f06 (patch)
tree50ba486b84a58927268e54b19c9cecc41b21e22d
parent4c3e6d787bf22129c1d671911ff630ea46bcbdab (diff)
downloadATCD-2bc5cc5003627585aae367415e546570eb910f06.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 3648ea9d85c..40c2db01c81 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,26 @@
+Tue Jul 20 14:50:52 1999 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/:
+ Changed the unit of fread in all ftp.cpp files from BUFSIZ to 1
+ so that the entire file is transferred.
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Updated destroy methods to
+ called end_stream on the protocol object.
+
+ * orbsvcs/orbsvcs/AV/MCast.cpp: Added a multicast_loop disable by
+ default. This should probably be moved as a policy. Also added
+ code to set send and recv buf sizes to 80k by default. Again
+ this should probably be a policy set by the application. Added a
+ get_local_addr method to get the multicast address on which it
+ is listening.
+
+ * orbsvcs/orbsvcs/AV/Transport.{h,cpp}: Added set/get methods on
+ the TAO_AV_Callback class for transport object.
+
+ * orbsvcs/orbsvcs/AV/sfp.cpp: Removed the commented call to
+ TAO_SFP_Base::instance since this allowed the setting of the
+ static variables.
+
Thu Jul 15 22:43:51 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/Policy.i: