From 93b07997e9a38523f5ab850aa32ca57983fd2552 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 12 Mar 2025 21:12:18 -0600 Subject: [PATCH] rpc, doc: update addnode documentation --- src/rpc/net.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index bda07365e0e..4a140bc3f60 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -307,7 +307,8 @@ static RPCHelpMan addnode() return RPCHelpMan{"addnode", "\nAttempts to add or remove a node from the addnode list.\n" "Or try a connection to a node once.\n" - "Nodes added using addnode (or -connect) are protected from DoS disconnection and are not required to be\n" + "Nodes added using addnode (or -connect) are protected from disconnection due to DoS or IBD header/block\n" + "download timeouts (and given more time before considered to be stalling), and are not required to be\n" "full nodes/support SegWit as other outbound peers are (though such peers will not be synced from).\n" + strprintf("Addnode connections are limited to %u at a time", MAX_ADDNODE_CONNECTIONS) + " and are counted separately from the -maxconnections limit.\n",