55648e3151
* Sim network broadcast method * Remove list of all nodes in carnot node instance * Use network broadcast method within nodes * Add helper method for network payload
34 lines
723 B
JSON
34 lines
723 B
JSON
{
|
|
"network_settings": {
|
|
"network_behaviors": {
|
|
"north america:north america": "10ms",
|
|
"north america:europe": "50ms",
|
|
"north america:asia": "500ms",
|
|
"europe:europe": "5ms",
|
|
"europe:asia": "300ms",
|
|
"europe:north america": "80ms",
|
|
"asia:north america": "480ms",
|
|
"asia:europe": "300ms",
|
|
"asia:asia": "40ms"
|
|
},
|
|
"regions": {
|
|
"north america": 0.4,
|
|
"europe": 0.4,
|
|
"asia": 0.3
|
|
}
|
|
},
|
|
"overlay_settings": "Flat",
|
|
"node_settings": {
|
|
"timeout": "1000ms"
|
|
},
|
|
"step_time": "100ms",
|
|
"runner_settings": "Sync",
|
|
"stream_settings": {
|
|
"type": "stdout"
|
|
},
|
|
"node_count": 3,
|
|
"views_count": 3,
|
|
"leaders_count": 1,
|
|
"seed": 0
|
|
}
|