Skip to content

Commit 6590dc7

Browse files
rdubrockpeterschretlen
authored andcommitted
add traceroute spec
1 parent 7ed6f07 commit 6590dc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/API.md

+10
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,16 @@ For TCP, the structure is as follows:
368368
}
369369
```
370370

371+
For Traceroute, the structure is as follows:
372+
373+
```
374+
<TracerouteSettings>: {
375+
"maxHops": <int>,
376+
"maxUnknownHops": <int>,
377+
"ptrLookup": boolean,
378+
}
379+
```
380+
371381
For MultiHTTP, the structure is as follows:
372382

373383
```

0 commit comments

Comments
 (0)