Skip to content

Commit

Permalink
add traceroute spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubrock committed Oct 24, 2023
1 parent 0909a49 commit 25b5578
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,16 @@ For TCP, the structure is as follows:
}
```

For Traceroute, the structure is as follows:

```
<TracerouteSettings>: {
"maxHops": <int>,
"maxUnknownHops": <int>,
"ptrLookup": boolean,
}
```

For MultiHTTP, the structure is as follows:

```
Expand Down

0 comments on commit 25b5578

Please sign in to comment.