Skip to content

Commit

Permalink
ensure MPTCP is enabled
Browse files Browse the repository at this point in the history
some distros don't enable MPTCP by default: ensure to have the correct
'enable' boolean in the common configuration before starting the tests

Signed-off-by: Davide Caratti <[email protected]>
  • Loading branch information
dcaratti committed Jun 24, 2020
1 parent dd02787 commit 40d5c88
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 40d5c88

Please sign in to comment.