-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tg import create t/mptcp-sockopt-propagate-timestamp-request-to-subflows
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
From: Matthieu Baerts <[email protected]> | ||
Subject: [PATCH] t/mptcp-sockopt-propagate-timestamp-request-to-subflows | ||
From: Florian Westphal <[email protected]> | ||
Subject: [PATCH] mptcp: sockopt: propagate timestamp request to subflows | ||
|
||
Signed-off-by: Matthieu Baerts <[email protected]> | ||
This adds support for TIMESTAMP(NS) setsockopt. | ||
|
||
This doesn't make things work yet, because the mptcp receive path | ||
doesn't convert the skb timestamps to cmsgs for userspace consumption. | ||
|
||
receive path cmsg support is added ina followup patch. | ||
|
||
Acked-by: Paolo Abeni <[email protected]> | ||
Reviewed-by: Mat Martineau <[email protected]> | ||
Signed-off-by: Florian Westphal <[email protected]> |