aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2016-12-11 04:59:55 +0000
committerGregory Maxwell <greg@xiph.org>2017-01-05 19:02:15 +0000
commit90f13e18228fde2e62de1c7d9b4b7e12a703bf03 (patch)
treeff66b31305ec0482afcba9aa6fa86bbaf6d23ebf /doc
parent50bd12ce0c49e574a5baf1a8df3a667810c6ad1e (diff)
downloadbitcoin-90f13e18228fde2e62de1c7d9b4b7e12a703bf03.tar.xz
Add release notes for addnode changes.
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 fe7f69d1f8..7d0d689684 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
=================