Package nl.tudelft.ewi.alg.distsim.net

Classes that allow for simulation of message latency and lossy networks.

See:
          Description

Interface Summary
NetSimulator Abstract base class for implementing custom network simulators.
 

Class Summary
Immediate Just deliver each message immediately, without latency.
RandomDelay Simulator for a non-lossy network with uniform random latency between two bounds.
SimpleDelay Simulator for a non-lossy network with a fixed message latency.
 

Enum Summary
SimpleDelay.Unit Units for specifying message latency.
 

Package nl.tudelft.ewi.alg.distsim.net Description

Classes that allow for simulation of message latency and lossy networks. Abstract base class: NetSimulator.

Author:
Léon Planken, James Boerkoel Jr.