We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd12c commit 90f13e1Copy full SHA for 90f13e1
doc/release-notes.md
@@ -62,6 +62,16 @@ Removal of Priority Estimation
62
major version. To prepare for this, the default for the rate limit of priority
63
transactions (`-limitfreerelay`) has been set to `0` kB/minute.
64
65
+P2P connection management
66
+--------------------------
67
+
68
+- Peers manually added through the addnode option or addnode RPC now have their own
69
+ limit of eight connections which does not compete with other inbound or outbound
70
+ connection usage and is not subject to the maxconnections limitation.
71
72
+- New connections to manually added peers are much faster.
73
74
75
0.14.0 Change log
76
=================
77
0 commit comments