There was an error while loading. Please reload this page.
1 parent c814b99 commit 129e6c8Copy full SHA for 129e6c8
1 file changed
topology_example/simple.json
@@ -1,9 +1,20 @@
1
{
2
- "qos": {
3
- "history": "KEEP_LAST",
4
- "depth": 10,
5
- "reliability": "BEST_EFFORT"
6
- },
+ "qos": [
+ {
+ "history": "KEEP_LAST",
+ "depth": 1,
+ "reliability": "RELIABLE"
7
+ },
8
9
10
11
+ "reliability": "BEST_EFFORT"
12
13
14
+ "history": "KEEP_ALL",
15
16
+ }
17
+ ],
18
"hosts": [
19
20
"host_name": "host1",
0 commit comments