mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-23 08:18:14 +00:00
comments only
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
54d101e5b8
commit
bb55abe2b0
@ -364,6 +364,7 @@ class Validator:
|
||||
""" Send as much as we can in the timeslot, limited by bwUplink
|
||||
"""
|
||||
|
||||
# process node level send queue
|
||||
while self.sendQueue:
|
||||
(rID, cID) = self.sendQueue[0]
|
||||
|
||||
@ -383,6 +384,7 @@ class Validator:
|
||||
|
||||
self.sendQueue.popleft()
|
||||
|
||||
# process neighbor level send queues in shuffled breadth-first order
|
||||
progress = True
|
||||
while (progress):
|
||||
progress = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user