[doc] add documentation about reducing traffic#6987
Merged
laanwj merged 2 commits intobitcoin:masterfrom Nov 11, 2015
Merged
Conversation
Contributor
Author
|
Release notes for maxuploadtarget is handled over #6958. |
Member
|
Looks good. Concept ACK |
doc/reducetraffic.md
Outdated
e63226e to
29ede38
Compare
Contributor
Author
|
Fixed @MarcoFalke's nits. The bold test part is okay IMO. |
doc/reducetraffic.md
Outdated
Contributor
Author
There was a problem hiding this comment.
Thanks! Force-Push fixed.
29ede38 to
de75f50
Compare
de75f50 to
42bae94
Compare
Contributor
|
ACK |
Contributor
|
utACK |
Contributor
|
ACK. (Nit: I don't like the use of the passive voice; for example "Reducing the maximum connected nodes to a miniumum could be desirable" would be clearer as "Set -maxconnections=1 for minimal bandwidth usage" ... but I think this is good enough to pull as-is). |
zkbot
added a commit
to zcash/zcash
that referenced
this pull request
Feb 18, 2021
Introduce -maxuploadtarget Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#6622 - bitcoin/bitcoin#6987 - bitcoin/bitcoin#6958 - bitcoin/bitcoin#6984 - bitcoin/bitcoin#6999 Part of #2074.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have seen node operators shutting down nodes because of traffic exceeding. Reducing traffic is possible with different measures and therefore very likely a "communication problem". This documentation might help those who like to or need to reduce traffic.
Thanks @fanquake for the overhaul!