summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 17:22:00 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 17:22:00 +0000
commitc9185c81cfa76255b31926697ebf6fcec4c7a9f5 (patch)
treed0c635215e8bb189e227d43ffeba3e39f61cff42
parentf4d8cd8ec365a6b4c54bd0b5976606dfeedc22e7 (diff)
downloadATCD-c9185c81cfa76255b31926697ebf6fcec4c7a9f5.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index a793d9fcbc9..da7266f9a71 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,24 @@
+Tue Jul 13 12:18:44 1999 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Multicast/Makefile:
+ * orbsvcs/tests/AVStreams/Multicast/server.{h,cpp}:
+ * orbsvcs/tests/AVStreams/Multicast/ftp.{h,cpp}:
+ Added all the new files to test the Multipoint binding in
+ AVStreams. Two instances of server receive the same file from
+ the ftp program and save them under 2 different filenames using
+ the multipoint bindings of TAO_StreamCtrl in the light profile.
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}:
+ Fixed a few a error in the multipoint bind_devs case. It works
+ now with one multicast source and multiple multicast sinks in
+ the light profile i.e with no FlowEndPoint interfaces.
+
+ * orbsvcs/orbsvcs/AV/MCast.cpp:
+ Added code to set the local address on the TAO_FlowSpec_Entry
+ upon accepting/connecting to a connection so that multiconnect
+ call can extract the multicast address being used for this
+ flow.
+
Mon Jul 12 16:15:20 1999 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp: