reduce default BW to more interesting values
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
3917001e6a
commit
3fc7455c0b
|
@ -107,7 +107,7 @@ class Validator:
|
|||
# Set uplink bandwidth. In segments (~560 bytes) per timestep (50ms?)
|
||||
# 1 Mbps ~= 1e6 / 20 / 8 / 560 ~= 11
|
||||
# TODO: this should be a parameter
|
||||
self.bwUplink = 1100 if not self.amIproposer else 22000 # approx. 100Mbps and 2Gbps
|
||||
self.bwUplink = 110 if not self.amIproposer else 2200 # approx. 10Mbps and 200Mbps
|
||||
|
||||
self.sched = self.nextToSend()
|
||||
|
||||
|
|
Loading…
Reference in New Issue