forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Punish nodes relatively for oversize blocks
In the case we receive a block that is over our size limit we don't immediately disconnect. Instead we punish the node based on the amount of bytes that it was over our limit. (100 points is immediate disconnect) This avoids us receiving a block 1 byte over the limit and immediately banning that node for 24 hours. Instead only ban nodes that have substantially different ideas about block sizes than we do.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 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
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