Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Node bootstraps off own 5483 #87

Closed
muecs opened this issue Dec 7, 2012 · 1 comment
Closed

Node bootstraps off own 5483 #87

muecs opened this issue Dec 7, 2012 · 1 comment
Labels

Comments

@muecs
Copy link
Contributor

muecs commented Dec 7, 2012

When trying to connect a node (client or vault) from one of our Linux test machines to an existing running network, and an invalid peer endpoint is passed in, it tries to bootstrap off itself because its IP is in the list of hard-coded contacts. This will make the join succeed because the node itself started listening on port 5483 before attempting to join. Subsequent RPCs will of course fail.

Expected behaviour: Fail right away when trying to connect to a non-existing network, no matter if hard-coded contact or not. Perhaps port 5483 should only ever be opened once we've got at least one connection to another node.

@Fraser999
Copy link
Contributor

Migrated to maidsafe-archive/MaidSafe-RUDP#9

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

2 participants