]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
sctp: send the next probe immediately once the last one is acked
authorXin Long <lucien.xin@gmail.com>
Thu, 24 Jun 2021 15:48:09 +0000 (11:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Jun 2021 19:58:03 +0000 (12:58 -0700)
commitfea1d5b17f821b78abbdadb9cb6f28fe433b635e
tree4a51dc0ca3dd86c3afd13a3a1f4c6001f6c726d3
parent0dac127c05579854405ef14480936b32371ddaed
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>
Documentation/networking/ip-sysctl.rst
net/sctp/sm_statefuns.c