Skip to content

Commit 14fd5e0

Browse files
committed
Merge branch 'selftests-mptcp-refactoring-and-minor-fixes'
Mat Martineau says: ==================== selftests: mptcp: Refactoring and minor fixes Patch 1 moves code around for clarity and improved code reuse. Patch 2 makes use of new MPTCP info that consolidates MPTCP-level and subflow-level information. Patches 3-7 refactor code to favor limited-scope environment vars over optional parameters. Patch 8: typo fix ==================== Link: https://lore.kernel.org/r/20230623-send-net-next-20230623-v1-0-a883213c8ba9@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parents c4015bb + e6b8a78 commit 14fd5e0

2 files changed

Lines changed: 369 additions & 264 deletions

File tree

tools/testing/selftests/net/mptcp/mptcp_connect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ run_tests_disconnect()
809809

810810
cat $cin $cin $cin > "$cin".disconnect
811811

812-
# force do_transfer to cope with the multiple tranmissions
812+
# force do_transfer to cope with the multiple transmissions
813813
sin="$cin.disconnect"
814814
cin="$cin.disconnect"
815815
cin_disconnect="$old_cin"

0 commit comments

Comments
 (0)