Commit b3143f6a authored by Alessandro Rubini's avatar Alessandro Rubini

sim-startup: initial offset is 0.9s, not 10s

10 seconds is not interesting, because by default such a big offset is
fixed by a jump in time. With 0.9 we get no jump and a more
"interesting" path towards zero.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent fe5332b6
......@@ -122,7 +122,7 @@ int main(int argc, char **argv)
pp_config_string(ppg, strdup("port SIM_MASTER; iface MASTER;"
"proto udp; role master;"
"sim_duration_sec 3600;" // one hour
"sim_init_master_time 10.0;"));
"sim_init_master_time .9;"));
/* parse commandline for configuration options */
sim_set_global_DS(pp_sim_get_slave(ppg));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment