From 90f13e18228fde2e62de1c7d9b4b7e12a703bf03 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Sun, 11 Dec 2016 04:59:55 +0000 Subject: Add release notes for addnode changes. --- doc/release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ================= -- cgit v1.2.3