mbox series

[net-next,0/2] sctp: make the PLPMTUD probe more effective and efficient

Message ID cover.1624549642.git.lucien.xin@gmail.com (mailing list archive)
Headers show
Series sctp: make the PLPMTUD probe more effective and efficient | expand

Message

Xin Long June 24, 2021, 3:48 p.m. UTC
As David Laight noticed, it currently takes quite some time to find
the optimal pmtu in the Search state, and also lacks the black hole
detection in the Search Complete state. This patchset is to address
them to mke the PLPMTUD probe more effective and efficient.

Xin Long (2):
  sctp: do black hole detection in search complete state
  sctp: send the next probe immediately once the last one is acked

 Documentation/networking/ip-sysctl.rst | 12 ++++++++----
 include/net/sctp/structs.h             |  3 ++-
 net/sctp/sm_statefuns.c                |  5 ++++-
 net/sctp/transport.c                   | 11 ++++-------
 4 files changed, 18 insertions(+), 13 deletions(-)