livepeer-swarm
livepeer-swarm copied to clipboard
Nodes not respecting --maxpeers argument
Issue by dob
Wednesday Mar 01, 2017 at 02:43 GMT
Originally opened as https://github.com/livepeer/go-ethereum/issues/39
I have 5 nodes running, most with maxpeers 1, yet they're all connecting to one another.
This happens because the node loads from config in the datadir first instead of the command line - so old config ends up being used. Likely a bug in the ethereum codebase.