summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 20:17:10 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 20:17:10 +0000
commit454f363e26c15ce9377d901a9c62d04ce61ef0d7 (patch)
tree0d0c4995881e0ab01d3478e3b064385950a4e0f8
parent115259e94ddba0ec7666fb947f3902738d66fead (diff)
downloadATCD-454f363e26c15ce9377d901a9c62d04ce61ef0d7.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 6f51e6442fc..6579f41d900 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,19 @@
+Fri Mar 12 14:11:28 1999 Fred Kuhns <fredk@cs.wustl.edu>
+
+ * ORB.h, ORB.cpp and orbconf.h: Fixed multicast problem.
+ Removed dynamic memory allocation in multicast_query ()
+ and now pass a pointer to a buffer allocated on the stack
+ in multicast_to_service (). Also added a macro
+ TAO_DEFAULT_MULTICAST_SEND_ATTEMPTS = 2. This control
+ the number of attempts multicast)query () will make to get
+ a response.
+
+ Also moved a call to multicast.close () to after to attempt
+ loop. It seems when multicast.close () is called the reply
+ packet from the server is lost on solaris hosts. By moving
+ this to after the recv the packets are now read on the first
+ recv.
+
Fri Mar 12 12:23:07 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
* orbsvcs/orbsvcs/Time/Timer_Helper.cpp (handle_timeout): Retrieved