aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2021-06-24 11:48:09 -0400
committerDavid S. Miller <davem@davemloft.net>2021-06-24 12:58:03 -0700
commitfea1d5b17f821b78abbdadb9cb6f28fe433b635e (patch)
tree4a51dc0ca3dd86c3afd13a3a1f4c6001f6c726d3 /Documentation/networking
parentsctp: do black hole detection in search complete state (diff)
downloadlinux-dev-fea1d5b17f821b78abbdadb9cb6f28fe433b635e.tar.xz
linux-dev-fea1d5b17f821b78abbdadb9cb6f28fe433b635e.zip
sctp: send the next probe immediately once the last one is acked
These is no need to wait for 'interval' period for the next probe if the last probe is already acked in search state. The 'interval' period waiting should be only for probe failure timeout and the current pmtu check when it's in search complete state. This change will shorten the probe time a lot in search state, and also fix the document accordingly. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/ip-sysctl.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst
index 8bff728b3a1e..b3fa522e4cd9 100644
--- a/Documentation/networking/ip-sysctl.rst
+++ b/Documentation/networking/ip-sysctl.rst
@@ -2835,10 +2835,14 @@ encap_port - INTEGER
Default: 0
plpmtud_probe_interval - INTEGER
- The time interval (in milliseconds) for sending PLPMTUD probe chunks.
- These chunks are sent at the specified interval with a variable size
- to probe the mtu of a given path between 2 endpoints. PLPMTUD will
- be disabled when 0 is set, and other values for it must be >= 5000.
+ The time interval (in milliseconds) for the PLPMTUD probe timer,
+ which is configured to expire after this period to receive an
+ acknowledgment to a probe packet. This is also the time interval
+ between the probes for the current pmtu when the probe search
+ is done.
+
+ PLPMTUD will be disabled when 0 is set, and other values for it
+ must be >= 5000.
Default: 0