forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
Maintaining up to 100000 INVs per peer is excessive, as that is far more than fits in a typical mempool. Also disable the "overload" penalty for PF_RELAY peers.
- v24.1rc1
- v24.0.1
- v24.0
- v24.0rc4
- v24.0rc3
- v24.0rc2
- v24.0rc1
- v23.1
- v23.1rc2
- v23.1rc1
- v23.0
- v23.0rc5
- v23.0rc4
- v23.0rc3
- v23.0rc2
- v23.0rc1
- v22.1
- v22.1rc2
- v22.1rc1
- v22.0
- v22.0rc3
- v22.0rc2
- v22.0rc1
- v21.99-guixtest1
- v0.21.2
- v0.21.2rc2
- v0.21.2rc1
- v0.21.1
- v0.21.1rc1
- v0.21.0
- v0.21.0rc5
- v0.21.0rc4
- v0.21.0rc3
- v0.21.0rc2
- v0.21.0rc1
Showing
5 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
P2P changes | ||
----------- | ||
|
||
The size of the set of transactions that peers have announced and we consider | ||
for requests has been reduced from 100000 to 5000 (per peer), and further | ||
announcements will be ignored when that limit is reached. If you need to | ||
dump (very) large batches of transactions, exceptions can be made for trusted | ||
peers using the "relay" network permission. For localhost for example it can | ||
be enabled using the command line option `-whitelist=relay@127.0.0.1`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters