mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
linux_mptcp: fix config options broken by b4a4a63cc4
This commit is contained in:
parent
0ffdb89d95
commit
f0e519d26a
@ -29,12 +29,12 @@ import ./generic.nix (args // rec {
|
||||
# ... but use none by default.
|
||||
# The default is safer if source policy routing is not setup.
|
||||
DEFAULT_DUMMY y
|
||||
DEFAULT_MPTCP_PM "default"
|
||||
DEFAULT_MPTCP_PM default
|
||||
|
||||
# MPTCP scheduler selection.
|
||||
# Disabled as the only non-default is the useless round-robin.
|
||||
MPTCP_SCHED_ADVANCED n
|
||||
DEFAULT_MPTCP_SCHED "default"
|
||||
DEFAULT_MPTCP_SCHED default
|
||||
|
||||
# Smarter TCP congestion controllers
|
||||
TCP_CONG_LIA m
|
||||
|
Loading…
Reference in New Issue
Block a user