Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network simulator #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MohammedAljahdali
Copy link

I added a simple network latency simulator feature to the simulation.

The feature can be used by providing an optional kwarg dictionary:

start_simulation(
        ...,
        network_simulator_kwargs={"avg_latency_ms": 550, "latency_variance_ms": 50,
                                  "avg_bandwidth_mbps": 100, "bandwidth_variance_mbps": 10},
    )

By default network_simulator_kwargs = None and the simulator is not used, and will only be used if the network_simulator_kwargs is provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant