[ 
https://issues.apache.org/jira/browse/QPID-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786151#comment-13786151
 ] 

ASF subversion and git services commented on QPID-4967:
-------------------------------------------------------

Commit 1529163 from [~tedross] in branch 'qpid/trunk'
[ https://svn.apache.org/r1529163 ]

QPID-4967 - Work in progress on multi-router networks
 - Added a feature to the hash table to allow referenced objects to hold a 
direct linkage
   back to the hash structure for fast deletion and access to the key.  This 
allows the key
   to be stored in only one place and allows items to be removed without 
requiring a hash
   lookup on the key.
 - Completed the integration of the Python router and the C data structures 
that track
   remote routers (neighbor and multi-hop).
 - Allow multiple addresses in the ioAdapter from Python.
 - Added a separate address for the hello messages because the messaging 
pattern is different
   for these messages.
 - Added some content to the TODO file.
 - Added test configurations for a two-router network.

> Dispatch - Distributed routing protocol to compute paths across a network of 
> routers
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-4967
>                 URL: https://issues.apache.org/jira/browse/QPID-4967
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Qpid Dispatch
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>
> Add the route-computation function to Dispatch Router.  This control-plane 
> component discovers neighboring routers, exchanges topology information, and 
> computes the shortest paths from point to point across the topology.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to