-
Notifications
You must be signed in to change notification settings - Fork 36.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make connect=0 disable automatic outbound connections. #9002
Conversation
Concept ACK. I've always used it in this way, might as well make it official. |
utACK ec4d35cb501b79173c4fc55a8b4f6c3f97659fe6 |
Tested ACK ,needs documentation in HelpMessage though |
Concept ACK. Don't we want this to disable dns seed queries too though? As-is, I believe this would actually force them. |
I think @gmaxwell checked that |
Code review ACK. Agree with documentation update. |
utACK ec4d35c Not sure if we need to document this. "Normal people" might be fine with just |
I think we should aim to document everything, whether it exists for "normal people" or not. Developers need documentation too. Testers, too. Have you never forgotten about some specific option / combination of options to do a specific thing? |
Otherwise it just responds to this obvious bit of configuration by trying to connect to "0" in a loop.
Travis failure is unrelated (p2p-compactblocks is having transient issues again), re-spinning |
515e264 Make connect=0 disable automatic outbound connections. (Gregory Maxwell)
…ions. 515e264 Make connect=0 disable automatic outbound connections. (Gregory Maxwell)
Misc upstream PRs Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#6077 - Second commit only (first was already applied to 0.11.X and then reverted) - bitcoin/bitcoin#6284 - bitcoin/bitcoin#6489 - bitcoin/bitcoin#6462 - bitcoin/bitcoin#6647 - bitcoin/bitcoin#6235 - bitcoin/bitcoin#6905 - bitcoin/bitcoin#6780 - Excluding second commit (QT) and third commit (requires bitcoin/bitcoin#6993) - bitcoin/bitcoin#6961 - Excluding QT parts, and a small `src/policy/policy.cpp` change which depends on a bunch of other PRs, which we'll have to remember to come back to. - bitcoin/bitcoin#7044 - bitcoin/bitcoin#8856 - bitcoin/bitcoin#9002 Part of #2074 and #2132.
…ions. 515e264 Make connect=0 disable automatic outbound connections. (Gregory Maxwell)
…ions. 515e264 Make connect=0 disable automatic outbound connections. (Gregory Maxwell)
Misc upstream PRs Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#6077 - Second commit only (first was already applied to 0.11.X and then reverted) - bitcoin/bitcoin#6284 - bitcoin/bitcoin#6489 - bitcoin/bitcoin#6235 - bitcoin/bitcoin#6905 - bitcoin/bitcoin#6780 - Excluding second commit (QT) and third commit (requires bitcoin/bitcoin#6993) - bitcoin/bitcoin#6961 - Excluding QT parts, and a small `src/policy/policy.cpp` change which depends on a bunch of other PRs, which we'll have to remember to come back to. - bitcoin/bitcoin#7044 - bitcoin/bitcoin#8856 - bitcoin/bitcoin#9002 Part of #2074 and #2132.
…nections. 8a5f201 Make connect=0 disable automatic outbound connections. (furszy) Pull request description: Coming from upstream@[9002](bitcoin#9002) ACKs for top commit: random-zebra: utACK 8a5f201 Fuzzbawls: ACK 8a5f201 Tree-SHA512: 3ccec00318f35b44b6b843a0cbee99f78cd30354f9363969bf55629490ac4f252a1eb270e669964999a13841ec4df37b155076792d81cbde2df684156910e545
Otherwise it just responds to this obvious bit of configuration by
trying to connect to "0" in a loop.