-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Active elections loop tuning (#2306)
* Active elections tuning and removing per-block confirm_req Co-authored-by: Srayman <[email protected]> * Dont broadcast and request confirmation in the same loop for the same election * Revert socket queue_size_max to original 128, to be increased via another PR * Use non-doxygen in-definition * Consistent loop initialization * Move the alternating condition check upwards * Fix incorrect documentation on max 16 representatives from rep_crawler * Cleanup rep_crawler public methods * Weight-ordered confirmation requests * Rename confirm_frontiers to search_frontiers and split request_confirm into escalate/broadcast/confirm_req methods * clang-format * Add missing bundle insertion check and fix test * More block broadcasting in tests
- Loading branch information
1 parent
0c35652
commit ab50aff
Showing
16 changed files
with
325 additions
and
334 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
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
Oops, something went wrong.