]> git.baikalelectronics.ru Git - 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)
commit33be25883070cae4922341324aa1e0e1a1122244
tree4a51dc0ca3dd86c3afd13a3a1f4c6001f6c726d3
parent3436c4b0b3b925bb0c29c4b177024a5ce5907230
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