summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 21:15:35 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 21:15:35 +0000
commit9062596f824cd06d4fdaa0b98612093d2add8aee (patch)
treeb985de767f922fd93f754d391dd683fa5b91c949
parented9acfeaf5d2f155f8c0b6cc3f9523172e60b72e (diff)
downloadATCD-9062596f824cd06d4fdaa0b98612093d2add8aee.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6371f980743..dc72afdb6a3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,53 @@
+Thurs June 12 12:52:06 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * orbsvcs/orbsvcs/AV/AV_Core.cpp: Check if the peer address is
+ set for B endpoint when initializing forward flows. If set use
+ that address to create acceptors. This case happens when no
+ address is specified for the A endpoint.
+
+ * orbsvcs/orbsvcs/AV/FlowSpec_Entry.h:
+ * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp: Changed the flow spec entry from
+ "Flowname\Direction\Format\Flow_Prtocol\Sender_Address" to
+ "Flowname\Direction\Format\Flow_Prtocol\Sender_Address\Receiver_Address".
+ The additonal Receiver_Address field allows the user to specify
+ the receiver address that will be used to receive the
+ data. This addition helps to solve the problem arising on a
+ multihomed host where the acceptor was by default accepting on
+ all interfaces. This was not acceptable in some cases. Hence,
+ by specifying the sender and receiver addresses explicitly only
+ the required interfaces on a multihomed host are used.
+
+ * orbsvcs/orbsvcs/AV/QoS_UDP.cpp:
+ * orbsvcs/orbsvcs/AV/UDP.cpp:Made changes to create sockets on the
+ specified local and remote addresses to send and receive data
+ correspondingly.
+
+ * orbsvcs/orbsvcs/AV/QoS_UDP.cpp: The source host and port in the
+ TSpec for setting the RSVP sending_qos were not set
+ correctly. This was fixed.
+
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.cpp:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h:
+ Added load_ep () method to read an address file (if available)
+ to get the sender and receiver endpoints for each flow that is
+ set up. The address file has entries in the format:
+ Flowname/Sender_Host:Port/Reciever_Host:Port. If the address
+ file or endpoints are not specified then the connection manager
+ uses INADDR_ANY for the endpoints.
+
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Sender.h:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Sender.cpp:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Receiver.h:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Receiver.cpp:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Distributer.h:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Distributer.cpp:
+ Added additional parameter -a <address_file> to the command line
+ arguments to specify the endpoint address file from which to
+ load the flow endpoint addresses. Also, made a call to the
+ Connection_Manager::load_ep () method that reads the address
+ file and stores the endpoint addresses for each speficied flow
+ in a hash map.
+
Wed Feb 19 12:52:06 2003 Heather Drury <oci@cs.wustl.edu>
* TAO version 1.3.1 released.