aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2017-01-06 07:47:05 -0800
committerPieter Wuille <[email protected]>2017-01-06 08:37:47 -0800
commita55716abe5662ec74c2f8af93023f1e7cca901fc (patch)
treee216baea04fc64b78e69a24ca404cff0241951b6 /doc
parentMerge #9138: Improve fee estimation (diff)
parentRPC help documentation for addnode peerinfo. (diff)
downloaddiscoin-a55716abe5662ec74c2f8af93023f1e7cca901fc.tar.xz
discoin-a55716abe5662ec74c2f8af93023f1e7cca901fc.zip
Merge #9319: Break addnode out from the outbound connection limits.
032ba3f RPC help documentation for addnode peerinfo. (Gregory Maxwell) 90f13e1 Add release notes for addnode changes. (Gregory Maxwell) 50bd12c Break addnode out from the outbound connection limits. (Gregory Maxwell)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index fe7f69d1f..7d0d68968 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -62,6 +62,16 @@ Removal of Priority Estimation
major version. To prepare for this, the default for the rate limit of priority
transactions (`-limitfreerelay`) has been set to `0` kB/minute.
+P2P connection management
+--------------------------
+
+- Peers manually added through the addnode option or addnode RPC now have their own
+ limit of eight connections which does not compete with other inbound or outbound
+ connection usage and is not subject to the maxconnections limitation.
+
+- New connections to manually added peers are much faster.
+
+
0.14.0 Change log
=================