Skip to content

Commit 129e6c8

Browse files
committed
modify simle.json
1 parent c814b99 commit 129e6c8

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

topology_example/simple.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
{
2-
"qos": {
3-
"history": "KEEP_LAST",
4-
"depth": 10,
5-
"reliability": "BEST_EFFORT"
6-
},
2+
"qos": [
3+
{
4+
"history": "KEEP_LAST",
5+
"depth": 1,
6+
"reliability": "RELIABLE"
7+
},
8+
{
9+
"history": "KEEP_LAST",
10+
"depth": 1,
11+
"reliability": "BEST_EFFORT"
12+
},
13+
{
14+
"history": "KEEP_ALL",
15+
"reliability": "RELIABLE"
16+
}
17+
],
718
"hosts": [
819
{
920
"host_name": "host1",

0 commit comments

Comments
 (0)