mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
rpc, doc: update addnode documentation
This commit is contained in:
parent
64b956f422
commit
93b07997e9
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ static RPCHelpMan addnode()
|
||||||
return RPCHelpMan{"addnode",
|
return RPCHelpMan{"addnode",
|
||||||
"\nAttempts to add or remove a node from the addnode list.\n"
|
"\nAttempts to add or remove a node from the addnode list.\n"
|
||||||
"Or try a connection to a node once.\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" +
|
"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) +
|
strprintf("Addnode connections are limited to %u at a time", MAX_ADDNODE_CONNECTIONS) +
|
||||||
" and are counted separately from the -maxconnections limit.\n",
|
" and are counted separately from the -maxconnections limit.\n",
|
||||||
|
|
Loading…
Add table
Reference in a new issue