60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"network_settings": {
|
|
"network_behaviors": {
|
|
"north america:north america": "50ms",
|
|
"north america:europe": "100ms",
|
|
"north america:asia": "120ms",
|
|
"europe:europe": "10ms",
|
|
"europe:asia": "100ms",
|
|
"europe:north america": "120ms",
|
|
"asia:north america": "100ms",
|
|
"asia:europe": "120ms",
|
|
"asia:asia": "40ms"
|
|
},
|
|
"regions": {
|
|
"north america": 0.0,
|
|
"europe": 1.0,
|
|
"asia": 0.0
|
|
}
|
|
},
|
|
"node_settings": {
|
|
"timeout": "1000ms"
|
|
},
|
|
"step_time": "10ms",
|
|
"runner_settings": "Sync",
|
|
"stream_settings": {
|
|
"path": "test.json"
|
|
},
|
|
"node_count": 100,
|
|
"seed": 0,
|
|
"record_settings": {},
|
|
"wards": [
|
|
{
|
|
"sum": 1000
|
|
}
|
|
],
|
|
"data_message_lottery_interval": "20s",
|
|
"stake_proportion": 0.0,
|
|
"conn_maintenance": {
|
|
"peering_degree": 2,
|
|
"max_peering_degree": 2,
|
|
"monitor": {
|
|
"time_window": "200s",
|
|
"expected_effective_messages": "0.0",
|
|
"effective_message_tolerance": "0.0",
|
|
"expected_drop_messages": "0.0",
|
|
"drop_message_tolerance": "0.0"
|
|
}
|
|
},
|
|
"epoch_duration": "200s",
|
|
"slot_duration": "1s",
|
|
"slots_per_epoch": 200,
|
|
"number_of_hops": 2,
|
|
"persistent_transmission": {
|
|
"max_emission_frequency": 1.0,
|
|
"drop_message_probability": 0.0
|
|
},
|
|
"number_of_mix_layers": 2,
|
|
"max_delay_seconds": 10
|
|
}
|