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)
commit832df96d5f957d42fd9eb9660519a0c51fe8538e
tree0004a2401d2477cc7176caef1efa159af62df47f
parent795e3d2ea68e489ee7039ac29e98bfea0e34a96c
parenteacf078cf4c7aa23e9591738511f142cc39b5186
Merge branch 'sctp-pmtu-probe'

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>