We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeea58a commit 2b4b5f7Copy full SHA for 2b4b5f7
network_path/README.md
@@ -27,6 +27,7 @@ instances:
27
## optional configs:
28
# max_ttl: 30 # max traderoute TTL, default is 30
29
# timeout: 10 # timeout in seconds of traceroute calls, default is 10s
30
+ # tcp_method: syn # traceroute method, default is syn
31
32
- hostname: <another_endpoint>
33
protocol: UDP
@@ -35,6 +36,12 @@ instances:
35
36
- "tag_key:tag_value"
37
- "tag_key2:tag_value2"
38
```
39
+#### Note for Windows hosts
40
+Windows Server support tcp_methods syn, and syn_socket (syn is recomended).
41
+
42
+Windows Client OS only support syn_socket as raw sockets are not supported on Windows Clients.
43
44
45
46
## Data Collected
47
0 commit comments