Skip to content

Commit

Permalink
mptcp: fix path of 'common' dir
Browse files Browse the repository at this point in the history
From what I see with how 'common/defaults.sh' and mainly
'common/set_sysctls.py' (in 'tcp' dir) are used, we should not go one
dir up to reach "mptcp" folder.

In this case, we can continue to run from gtests/net dir the command:

  ./packetdrill/run_all.py

Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
matttbe committed Jul 9, 2020
1 parent 377ad58 commit 52e8901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtests/net/mptcp/add_addr/add_addr_client.pkt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--tolerance_usecs=100000
`../common/defaults.sh`

+0 `../mptcp/common/client.sh`
+0 `../common/client.sh`

0.0 socket(..., SOCK_STREAM, IPPROTO_MPTCP) = 3
+0.0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
Expand Down
2 changes: 1 addition & 1 deletion gtests/net/mptcp/mp_join/mp_join_client.pkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--tolerance_usecs=100000
`../common/defaults.sh`

+0 `../mptcp/common/client.sh`
+0 `../common/client.sh`

+0.0 socket(..., SOCK_STREAM, IPPROTO_MPTCP) = 3
+0.0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
Expand Down
2 changes: 1 addition & 1 deletion gtests/net/mptcp/mp_join/mp_join_server.pkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--tolerance_usecs=100000
`../common/defaults.sh`

+0 `../mptcp/common/server.sh`
+0 `../common/server.sh`

0.0 socket(..., SOCK_STREAM, IPPROTO_MPTCP) = 3
+0.0 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
Expand Down

0 comments on commit 52e8901

Please sign in to comment.