-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moves slot updates notifications after shreds retransmit (#26094)
RetransmitSlotStats can already be utilized to track when the first shred for a slot was received; therefore first_shreds_received: &Mutex<BTreeSet<Slot>> is redundant. Sending update notifications after shreds retransmit will also bypass the need for a mutex.
- Loading branch information
1 parent
61946a4
commit 7542552
Showing
1 changed file
with
18 additions
and
39 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