pydistsim.restrictions.time
This module contains restrictions related to time and how it is handled in the simulation.
Classes
There exists a constant T such that, in the absence of failures, the communication delay of any message on any link is at most T. |
|
All nodes start the algorithm at the same time. |
|
All local clocks are incremented by one unit simultaneously and the interval of time between successive increments is constant. |
|
Base class for restrictions relating to time. |
|
In the absence of failures, the communication delay of any message on any link is one unit of time. |