Skip to content

Commit

Permalink
tg import create t/mptcp-sockopt-propagate-timestamp-request-to-subflows
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed May 15, 2021
1 parent 213a348 commit 7fba383
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .topmsg
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]>

0 comments on commit 7fba383

Please sign in to comment.