On Thu, Jul 24, 2014 at 01:55:43PM +0100, Gareth Owen wrote:
> Andrea
>
> Thanks for taking the time to reply and for the advice. I have just this
> second discovered this method:
>
> TO_OR_CIRCUIT(circ)->p_chan->get_remote_descr(TO_OR_CIRCUIT(circ)->p_chan,
> 0)
>
> which returns the endpoint
Andrea
Thanks for taking the time to reply and for the advice. I have just this
second discovered this method:
TO_OR_CIRCUIT(circ)->p_chan->get_remote_descr(TO_OR_CIRCUIT(circ)->p_chan,
0)
which returns the endpoint as a string. I wonder, is this safer/future
proof or should this approach be d
On Thu, Jul 24, 2014 at 12:20:52PM +0100, Gareth Owen wrote:
> Hi all
>
> Quick question, how does one turn channel_t into an IP address, e.g. given
> a circuit_t how do I get the IP address of the previous and next hop
> (noting that they might not be in the consensus so I cant use the identity
>
Hi all
Quick question, how does one turn channel_t into an IP address, e.g. given
a circuit_t how do I get the IP address of the previous and next hop
(noting that they might not be in the consensus so I cant use the identity
hash). I can see the information is in the connection_t struct but I do