-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
This optimization prevents zeroing loss or delay link parameters after non-zero period because "not 0 = True" in Python:
Lines 352 to 354 in e203808
| if ( bw is None and not delay and not loss | |
| and max_queue_size is None ): | |
| return |
It should be compared to None or running value instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels