Skip to content

Commit

Permalink
Merge pull request #9 from dcaratti/fix-defaults
Browse files Browse the repository at this point in the history
ensure MPTCP is enabled
  • Loading branch information
dcaratti authored Jul 2, 2020
2 parents a7b07b9 + 40d5c88 commit 69e8892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtests/net/common/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ sysctl -q net.ipv4.tcp_fastopen_key=a1a1a1a1-b2b2b2b2-c3c3c3c3-d4d4d4d4

sysctl -q net.ipv4.tcp_syncookies=1

# enable MPTCP
sysctl -q net.mptcp.enabled=1

# Override the default qdisc on the tun device.
# Many tests fail with timing errors if the default
# is FQ and that paces their flows.
Expand Down

0 comments on commit 69e8892

Please sign in to comment.