pydistsim.restrictions.reliability

Restrictions related to reliability, faults, and their detection.

Classes

EdgeFailureDetection

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.

EntityFailureDetection

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.

GuaranteedDelivery

Any message that is sent will be received with its content uncorrupted.

NotImplementedTypes

PartialReliability

No failures will occur.

ReliabilityRestriction

Base class for restrictions related to reliability.

TotalReliability

A totally fault-free system.