Skip to content

Commit

Permalink
tg import create t/mptcp-send-out-checksum-for-MP_CAPABLE-with-data
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed May 6, 2021
1 parent af0f8db commit 70f1bc1
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .topmsg
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
From: Matthieu Baerts <[email protected]>
Subject: [PATCH] t/mptcp-send-out-checksum-for-MP_CAPABLE-with-data
From: Geliang Tang <[email protected]>
Subject: [PATCH] mptcp: send out checksum for MP_CAPABLE with data

Signed-off-by: Matthieu Baerts <[email protected]>
If the checksum is enabled, send out the data checksum with the
MP_CAPABLE suboption with data.

In mptcp_established_options_mp, save the data checksum in
opts->ext_copy.csum. In mptcp_write_options, adjust the option length and
send it out with the MP_CAPABLE suboption.

Co-developed-by: Paolo Abeni <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Reviewed-by: Mat Martineau <[email protected]>
Signed-off-by: Geliang Tang <[email protected]>

0 comments on commit 70f1bc1

Please sign in to comment.