diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-23 17:55:45 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-23 17:55:45 +0200 |
commit | c9cbe5fc5250d9df9ade95e01aab7ae420c33197 (patch) | |
tree | 57700d3d9f8a1ebe16edbdced9944b0464a7170e /topo | |
parent | 0664442648a8fd3627fc3d72c3bb33155612aadf (diff) | |
download | mknet-c9cbe5fc5250d9df9ade95e01aab7ae420c33197.tar.gz mknet-c9cbe5fc5250d9df9ade95e01aab7ae420c33197.zip |
Add some support for minio
Diffstat (limited to 'topo')
-rw-r--r-- | topo/1mbps.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/topo/1mbps.yml b/topo/1mbps.yml index 0508a18..e4e04dd 100644 --- a/topo/1mbps.yml +++ b/topo/1mbps.yml @@ -2,7 +2,8 @@ links: - &slow bandwidth: 1M latency: 500us - txqueuelen: 10 + #txqueuelen: 10 + limit: 10 - &1000 bandwidth: 1000M latency: 100us |