summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 16:42:06 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-16 16:42:06 +0000
commitb958322f5c718cae9ec669e9f0262b11d26400af (patch)
treea12c3b08e75141df64fa2df54fc9da1485e87f13
parent37919f00ebb5e2ff6b03ee58ad876de195a31a69 (diff)
downloadATCD-b958322f5c718cae9ec669e9f0262b11d26400af.tar.gz
adding DS library
-rw-r--r--TAO/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 14694b61690..312272bee9c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Fri Feb 16 16:35:43 UTC 2007 Jaiganesh B <jai.dre.vanderbilt.edu>
+
+ * tao/DiffServPolicy:
+
+ Checked in TAO support to specify client-side and server-side
+ policies to add DiffServ codepoints to requests and replies. This
+ support is different from the current RTCORBA support for adding
+ DiffServ codepoints, where there is a one-to-one mapping between
+ the RTCORBA thread priorities and the DiffServ codepoints that
+ are added to the IP packets. This support defines policies on the
+ client as well as the server side, to specify the DiffServ codepoints
+ that need to be added to the requests/replies. And the policy
+ can be overridden at the ORB, THREAD, and the OBJECT levels.
+
Thu Feb 15 15:22:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/RTCORBA/RT_ORB.h: