8 IP_MULTIPLE_TABLES = yes;
10 # Enable advanced path-managers...
11 MPTCP_PM_ADVANCED = yes;
13 MPTCP_NDIFFPORTS = yes;
14 # ... but use none by default.
15 # The default is safer if source policy routing is not setup.
17 DEFAULT_MPTCP_PM.freeform = "default";
19 # MPTCP scheduler selection.
20 MPTCP_SCHED_ADVANCED = yes;
21 DEFAULT_MPTCP_SCHED.freeform = "default";
23 # Smarter TCP congestion controllers
24 TCP_CONG_LIA = module;
25 TCP_CONG_OLIA = module;
26 TCP_CONG_WVEGAS = module;
27 TCP_CONG_BALIA = module;