mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
netinfo: clarify relaytxes and addr_relay_enabled help docs
This commit is contained in:
parent
eef2a9d406
commit
e7d307ce8c
1 changed files with 2 additions and 2 deletions
|
@ -693,13 +693,13 @@ public:
|
|||
" send Time since last message sent to the peer, in seconds\n"
|
||||
" recv Time since last message received from the peer, in seconds\n"
|
||||
" txn Time since last novel transaction received from the peer and accepted into our mempool, in minutes\n"
|
||||
" \"*\" - we do not relay transactions to this peer (relaytxes is false)\n"
|
||||
" \"*\" - we do not relay transactions to this peer (getpeerinfo \"relaytxes\" is false)\n"
|
||||
" blk Time since last novel block passing initial validity checks received from the peer, in minutes\n"
|
||||
" hb High-bandwidth BIP152 compact block relay\n"
|
||||
" \".\" (to) - we selected the peer as a high-bandwidth peer\n"
|
||||
" \"*\" (from) - the peer selected us as a high-bandwidth peer\n"
|
||||
" addrp Total number of addresses processed, excluding those dropped due to rate limiting\n"
|
||||
" \".\" - we do not relay addresses to this peer (addr_relay_enabled is false)\n"
|
||||
" \".\" - we do not relay addresses to this peer (getpeerinfo \"addr_relay_enabled\" is false)\n"
|
||||
" addrl Total number of addresses dropped due to rate limiting\n"
|
||||
" age Duration of connection to the peer, in minutes\n"
|
||||
" asmap Mapped AS (Autonomous System) number in the BGP route to the peer, used for diversifying\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue