mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-24 00:38:26 +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
|
""" Send as much as we can in the timeslot, limited by bwUplink
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# process node level send queue
|
||||||
while self.sendQueue:
|
while self.sendQueue:
|
||||||
(rID, cID) = self.sendQueue[0]
|
(rID, cID) = self.sendQueue[0]
|
||||||
|
|
||||||
@ -383,6 +384,7 @@ class Validator:
|
|||||||
|
|
||||||
self.sendQueue.popleft()
|
self.sendQueue.popleft()
|
||||||
|
|
||||||
|
# process neighbor level send queues in shuffled breadth-first order
|
||||||
progress = True
|
progress = True
|
||||||
while (progress):
|
while (progress):
|
||||||
progress = False
|
progress = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user