diff options
author | Jon Atack <jon@atack.com> | 2020-03-10 17:16:54 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-03-10 17:35:01 +0100 |
commit | ac73afbcbf7751cf2b8d52de6f2a341e8bac5cf6 (patch) | |
tree | 860a946bbcbf58fdca071c4a9b41a498e037d9f0 /doc | |
parent | 5d92ac26ed8984c29eabc4b78bcddd2423e68dac (diff) |
doc: asmap release note
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index cb46408d94..22d5767b7b 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -139,6 +139,14 @@ New settings - RPC Whitelist system. It can give certain RPC users permissions to only some RPC calls. It can be set with two command line arguments (`rpcwhitelist` and `rpcwhitelistdefault`). (#12763) +- A new `-asmap` configuration option has been added to enable IP-to-ASN mapping + for bucketing of the network peers to diversify the network connections. The + legacy /16 prefix mapping remains the default. See [issue + #16599](https://github.com/bitcoin/bitcoin/issues/16599), [PR + #16702](https://github.com/bitcoin/bitcoin/pull/16702), and the `bitcoind + help` for more information. This option is experimental and subject to changes + or removal in future releases. + Updated settings ---------------- |