All of lore.kernel.org
 help / color / mirror / Atom feed
* [mptcp-next 0/2] Fix mptcp connection hangs after link failover
@ 2021-09-06  6:06 Florian Westphal
  2021-09-06  6:06 ` [mptcp-next 1/2] mptcp: remove tx_pending_data Florian Westphal
  2021-09-06  6:06 ` [mptcp-next 2/2] mptcp: re-set push-pending bit on retransmit failure Florian Westphal
  0 siblings, 2 replies; 9+ messages in thread
From: Florian Westphal @ 2021-09-06  6:06 UTC (permalink / raw)
  To: mptcp; +Cc: Florian Westphal

First patch is preparation work: tx_pending_data counter is unreliable.
Second patch fixes premature stop of the retransmit timer.

Florian Westphal (2):
  mptcp: remove tx_pending_data
  mptcp: re-set push-pending bit on retransmit failure

 net/mptcp/protocol.c | 32 +++++++++++++++++++++++++-------
 net/mptcp/protocol.h |  1 -
 2 files changed, 25 insertions(+), 8 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-06 13:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06  6:06 [mptcp-next 0/2] Fix mptcp connection hangs after link failover Florian Westphal
2021-09-06  6:06 ` [mptcp-next 1/2] mptcp: remove tx_pending_data Florian Westphal
2021-09-06  7:13   ` Paolo Abeni
2021-09-06  6:06 ` [mptcp-next 2/2] mptcp: re-set push-pending bit on retransmit failure Florian Westphal
2021-09-06  7:43   ` Paolo Abeni
2021-09-06  7:55     ` Florian Westphal
2021-09-06  8:38       ` Paolo Abeni
2021-09-06 11:35         ` Florian Westphal
2021-09-06 13:14           ` Paolo Abeni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.