Skip to content

Commit e439b86

Browse files
Update setup.md (#32671)
1 parent 1f4eee5 commit e439b86

File tree

1 file changed

+3
-0
lines changed
  • content/en/network_monitoring/network_path

1 file changed

+3
-0
lines changed

content/en/network_monitoring/network_path/setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Agent `v7.59+` is required.
6060
## optional configs:
6161
# max_ttl: 30 # max traderoute TTL, default is 30
6262
# timeout: 1000 # timeout in milliseconds per hop, default is 1s
63+
# tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack
6364

6465
# more endpoints
6566
- hostname: 1.1.1.1 # endpoint hostname or IP
@@ -103,6 +104,7 @@ Agent `v7.72+` is required.
103104
## optional configs:
104105
# max_ttl: 30 # max traderoute TTL, default is 30
105106
# timeout: 1000 # timeout in milliseconds per hop, default is 1s
107+
# tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack, syn_socket (Windows only)
106108
107109
# more endpoints
108110
- hostname: 1.1.1.1 # endpoint hostname or IP
@@ -145,6 +147,7 @@ To enable Network Path with Kubernetes using Helm, add the following to your `va
145147
## optional configs:
146148
# max_ttl: 30 # max traderoute TTL, default is 30
147149
# timeout: 1000 # timeout in milliseconds per hop, default is 1s
150+
# tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack
148151
149152
# more endpoints
150153
- hostname: 1.1.1.1 # endpoint hostname or IP

0 commit comments

Comments
 (0)