mbox series

[mptcp-next,0/2] Fix mptcp connection hangs after link failover

Message ID 20210906060614.25217-1-fw@strlen.de (mailing list archive)
Headers show
Series Fix mptcp connection hangs after link failover | expand

Message

Florian Westphal Sept. 6, 2021, 6:06 a.m. UTC
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(-)