Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: make sure timer is inited/started once data is pending for tra…
…nsmission The mptcp_connect self-tests with additional '-m mmap' argument triggers a (harmless) WARN_ON_ONCE splat in mptcp_reset_timer() as the mptcp timer is not initialized yet. This is because the timer is only set up after the transmit loop, but consecutive iterations can trigger the splat. Make sure the timer is set as soon as we pass the first chunk of data. Closes: #3 Signed-off-by: Florian Westphal <fw@strlen.de>
- Loading branch information