aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2021-09-24 14:12:38 -0700
committerDavid S. Miller <[email protected]>2021-09-25 11:36:51 +0100
commit3241a9c029344ca4aa0ef1fa9f0f010d5bbc2a85 (patch)
tree59780baad706022b3297c1f3a4594d15ed6f5a5b /tools/perf/scripts/python/exported-sql-viewer.py
parent9e65b6a5aaa3236488b4f4e3e8b914d73124a5a5 (diff)
mptcp: re-arm retransmit timer if data is pending
The retransmit head will be NULL in case there is no in-flight data (meaning all data injected into network has been acked). In that case the retransmit timer is stopped. This is only correct if there is no more pending, not-yet-sent data. If there is, the retransmit timer needs to set the PENDING bit again so that mptcp tries to send the remaining (new) data once a subflow can accept more data. Also, mptcp_subflow_get_retrans() has to be called unconditionally. This function checks for subflows that have become unresponsive and marks them as stale, so in the case where the rtx queue is empty, subflows will never be marked stale which prevents available backup subflows from becoming eligible for transmit. Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/226 Acked-by: Paolo Abeni <[email protected]> Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: Mat Martineau <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions