aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-11-13 13:26:42 +0100
committerWladimir J. van der Laan <[email protected]>2015-11-13 13:27:33 +0100
commitd2e987aa19295e5da40b843aad7970f781a96ccd (patch)
tree165f0201e2e392a8ddb81af20e8111cdf19a82b1 /doc
parentMerge pull request #6998 (diff)
parent[doc] Add -maxuploadtarget release notes (diff)
downloaddiscoin-d2e987aa19295e5da40b843aad7970f781a96ccd.tar.xz
discoin-d2e987aa19295e5da40b843aad7970f781a96ccd.zip
Merge pull request #6958
9c3ee3b [doc] Add -maxuploadtarget release notes (MarcoFalke) b27e81f [net] Cleanup maxuploadtarget (MarcoFalke)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 31704ba47..2e9cc1694 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -168,6 +168,25 @@ a connection to Tor can be made. It can be configured with the `-listenonion`,
`-torcontrol` and `-torpassword` settings. To show verbose debugging
information, pass `-debug=tor`.
+Reduce upload traffic
+---------------------
+
+A major part of the outbound traffic is caused by serving historic blocks to
+other nodes in initial block download state.
+
+It is now possible to reduce the total upload traffic via the `-maxuploadtarget`
+parameter. This is *not* a hard limit but a threshold to minimize the outbound
+traffic. When the limit is about to be reached, the uploaded data is cut by not
+serving historic blocks (blocks older than one week).
+Moreover, any SPV peer is disconnected when they request a filtered block.
+
+This option can be specified in MiB per day and is turned off by default
+(`-maxuploadtarget=0`).
+The recommended minimum is 144 * MAX_BLOCK_SIZE (currently 144MB) per day.
+
+A more detailed documentation about keeping traffic low can be found in
+[/doc/reducetraffic.md](/doc/reducetraffic.md).
+
0.12.0 Change log
=================