Merge branch 'sctp-pmtu-probe'
authorDavid S. Miller <davem@davemloft.net>
Sun, 25 Jul 2021 22:06:21 +0000 (23:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Jul 2021 22:06:21 +0000 (23:06 +0100)
Xin Long says:

====================
sctp: improve the pmtu probe in Search Complete state

Timo recently suggested to use the loss of (data) packets as
indication to send pmtu probe for Search Complete state, which
should also be implied by RFC8899. This patchset is to change
the current one that is doing probe with current pmtu all the
time.

v1->v2:
  - see Patch 2/2.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge