comments only

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-02-15 14:34:24 +01:00
parent 54d101e5b8
commit bb55abe2b0
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -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