On Tue, Sep 11, 2012 at 11:57 AM, Ted Ross <[email protected]> wrote: > If I have a container built on proton and I want to establish a link > between two nodes in the container, I would like to use pn_link_t so I have > all the available link features. Is there a way to establish internal > links? I assume that it would require a loopback connection of some sort > since the driver is based on connectors. > > As I type this, I realize that this is a driver issue. Does the proton > driver have an internal loopback capability or should connections be > established to localhost or ::0? >
It doesn't currently do anything special for loopback, although that would certainly be possible if it proved to be a bottleneck. For the moment I'd just use localhost. --Rafael
