You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2017/04/12 12:54:44 UTC

qpid-dispatch git commit: NO-JIRA - Removed the obsolete TODO file. The roadmap for this project shall be managed through Jira.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 3c786e14c -> eb66654af


NO-JIRA - Removed the obsolete TODO file.  The roadmap for this project shall be managed through Jira.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/eb66654a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/eb66654a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/eb66654a

Branch: refs/heads/master
Commit: eb66654af3602cba90abfc61fcd5934b68e5856b
Parents: 3c786e1
Author: Ted Ross <tr...@redhat.com>
Authored: Wed Apr 12 08:53:48 2017 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Wed Apr 12 08:53:48 2017 -0400

----------------------------------------------------------------------
 TODO | 70 ---------------------------------------------------------------
 1 file changed, 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/eb66654a/TODO
----------------------------------------------------------------------
diff --git a/TODO b/TODO
deleted file mode 100644
index 2433d3c..0000000
--- a/TODO
+++ /dev/null
@@ -1,70 +0,0 @@
-<!--*-markdown-*-
-;; Licensed to the Apache Software Foundation (ASF) under one
-;; or more contributor license agreements.  See the NOTICE file
-;; distributed with this work for additional information
-;; regarding copyright ownership.  The ASF licenses this file
-;; to you under the Apache License, Version 2.0 (the
-;; "License"); you may not use this file except in compliance
-;; with the License.  You may obtain a copy of the License at
-;; 
-;;   http://www.apache.org/licenses/LICENSE-2.0
-;; 
-;; Unless required by applicable law or agreed to in writing,
-;; software distributed under the License is distributed on an
-;; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-;; KIND, either express or implied.  See the License for the
-;; specific language governing permissions and limitations
-;; under the License.
--->
-
-# Qpid Dispatch TODO List
-
-Beyond this simple laundry list, you can find the list of bugs and
-enhancements at the [Qpid Dispatch JIRA instance](http://issues.apache.org/jira/browse/DISPATCH)
-
-- Router Mode
-  - Stand-Alone-Router - Does not participate in routing protocol, does not permit inter-router
-                         links, acts as a normal interior-router otherwise.
-  - Interior-Router - Participates in the routing protocol
-  - Edge-Concentrator - Does not participate in routing protocol, requires uplink connection(s)
-                        This mode should be used when Dispatch is integrated into an endpoint
-                        application or when it is acting as a connection concentrator.
-                        Proxy and access-protocol functions will be available in this mode.
-
-- Connection Annotation:
-  - Type: Inter-router, uplink, endpoint, etc.  This formal annotation can be accessed internally
-    by the connection handlers to guide Dispatch's handling of new connections.
-  - Weight-{in,out}: Weight/Cost metrics for inter-router links
-
-- Statistics for Instrumentation:
-  - Link
-    . delivery count {unsettled, pre-settled}
-    . deliveries {accepted, rejected, released, modified}
-    . octets of delivery {accepted, rejected, released, modified}
-    . flow frame count
-    . disposition frame count {forward, backward}
-  - Address
-    . deliveries {ingress, egress, transit}
-    . octets of delivery {ingress, egress, transit}
-
-- Infrastructure
-  - Router_Link - Buffer and Iterator for a copy of the link's target address (for use
-                  as an address for messages with no 'to' field).
-  - Router Event Queue - Event queue to feed alerts to the Python router code.
-                         Neighbor-link-loss is a valuable event because it accelerates the
-                         detection of topology change.
-  - All PyRouter stimulus through a work queue.
-  - Router Code Updates
-    . Report address mappings to routers
-    . Generate RA immediately after updating routing tables
-    . Generate unsolicited updates for mobile addresses?
-  - Expose idle-timeout/keepalive on connectors and listeners
-
-- Major Roadmap Features
-  - Security Policy Enforcement
-  - Proxy (Translation Node) Capability
-  - Address Provisioning with variable semantics
-  - Management, Instrumentation, and Accounting
-  - Link Cost
-  - Area Routing
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org