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.
mptcp: Render mptcp_sub_inherit_sockopts lockless
We are accessing the meta-socket's TOS field twice. It could change in-between as we do this in a lockless manner. Thus, let's make sure we read it only once. Signed-off-by: Christoph Paasch <cpaasch@apple.com> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information