Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

ConnectionManager::get_own_endpoints returns 0 as port #207

Closed
benjaminbollen opened this issue Jul 28, 2015 · 0 comments
Closed

ConnectionManager::get_own_endpoints returns 0 as port #207

benjaminbollen opened this issue Jul 28, 2015 · 0 comments
Labels

Comments

@benjaminbollen
Copy link
Contributor

CRUSTv0.2.0

when populating the accepting_on endpoints in routing, I find that I get eg

local_endpoints: [Tcp(V4(127.0.0.1:0)), Tcp(V4(192.168.0.32:0)), Tcp(V4(172.17.42.1:0))]

so on the receiving end of the connect_request message, the connect_manager.connect() call is not effective, and routing can't establish a new connection between the two nodes.

@chandraprakash chandraprakash self-assigned this Jul 28, 2015
vinipsmaker added a commit that referenced this issue Jul 29, 2015
fixes #207 get_own_endpoints returns correct port
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants