Skip to content

Commit

Permalink
Merge pull request #12 from matttbe/mptcp_common_path
Browse files Browse the repository at this point in the history
mptcp: fix path of 'common' dir
  • Loading branch information
dcaratti authored Jul 9, 2020
2 parents ea7ff96 + 52e8901 commit 82dbe73
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 82dbe73

Please sign in to comment.