[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1624549642.git.lucien.xin@gmail.com>
Date: Thu, 24 Jun 2021 11:48:07 -0400
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>, davem@...emloft.net,
kuba@...nel.org,
Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
linux-sctp@...r.kernel.org
Cc: David Laight <david.laight@...lab.com>
Subject: [PATCH net-next 0/2] sctp: make the PLPMTUD probe more effective and efficient
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(-)
--
2.27.0
Powered by blists - more mailing lists