This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since commit 03f45c8 ("tcp: avoid extra wakeups for SO_RCVLOWAT users"), tcp_data_queue checks for available bytes in the subflow's receive-queue before waking up the "app". However, with MPTCP we might have zero-length data-fins in the queue. Thus, we still need to wakeup the MPTCP-layer in case of a subflow. Fixes: dd64d1c ("Merge tag 'v4.18' into mptcp_trunk") Signed-off-by: Christoph Paasch <cpaasch@apple.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information