pydistsim.restrictions.reliability
Restrictions related to reliability, faults, and their detection.
Classes
Whether or not all entities in the network are able to detect a fail in one of its edges and, following the failure, detect if it was reactivated. |
|
For all nodes x in the network, all in- and out-neighbors of x can detect whether x has failed and, following its failure, whether it has recovered. |
|
Any message that is sent will be received with its content uncorrupted. |
|
No failures will occur. |
|
Base class for restrictions related to reliability. |
|
A totally fault-free system. |