From bbed662f71fc1843a377fe735efefb6dbf85900f Mon Sep 17 00:00:00 2001 From: Alicia Thuerk <26307719+git-thuerk-done@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:13:07 -0700 Subject: [PATCH] Update setup.md --- content/en/network_monitoring/network_path/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/network_monitoring/network_path/setup.md b/content/en/network_monitoring/network_path/setup.md index fe5062fe5cd8f..ceb70bb30a38e 100644 --- a/content/en/network_monitoring/network_path/setup.md +++ b/content/en/network_monitoring/network_path/setup.md @@ -60,6 +60,7 @@ Agent `v7.59+` is required. ## optional configs: # max_ttl: 30 # max traderoute TTL, default is 30 # timeout: 1000 # timeout in milliseconds per hop, default is 1s + # tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack # more endpoints - hostname: 1.1.1.1 # endpoint hostname or IP @@ -103,6 +104,7 @@ Agent `v7.72+` is required. ## optional configs: # max_ttl: 30 # max traderoute TTL, default is 30 # timeout: 1000 # timeout in milliseconds per hop, default is 1s + # tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack, syn_socket (Windows only) # more endpoints - 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 ## optional configs: # max_ttl: 30 # max traderoute TTL, default is 30 # timeout: 1000 # timeout in milliseconds per hop, default is 1s + # tcp_method: syn # TCP probing method, default is syn, options: syn, sack, prefer_sack # more endpoints - hostname: 1.1.1.1 # endpoint hostname or IP