Skip to content

Commit 2b4b5f7

Browse files
committed
update netpath docs
1 parent eeea58a commit 2b4b5f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

network_path/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ instances:
2727
## optional configs:
2828
# max_ttl: 30 # max traderoute TTL, default is 30
2929
# timeout: 10 # timeout in seconds of traceroute calls, default is 10s
30+
# tcp_method: syn # traceroute method, default is syn
3031

3132
- hostname: <another_endpoint>
3233
protocol: UDP
@@ -35,6 +36,12 @@ instances:
3536
- "tag_key:tag_value"
3637
- "tag_key2:tag_value2"
3738
```
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+
3845
3946
## Data Collected
4047

0 commit comments

Comments
 (0)