From e63a14b13a6ccf9f62f897e9a3bee8d5e0df358c Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 27 Jan 2026 20:26:36 -0500 Subject: [PATCH] Enable Multipath TCP support See https://www.mptcp.dev/ for MPTCP details and OTP 27.3.4.6 for use when Erlang. --- linux-6.12.defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-6.12.defconfig b/linux-6.12.defconfig index 53b3d9a..f665ed8 100644 --- a/linux-6.12.defconfig +++ b/linux-6.12.defconfig @@ -20,6 +20,7 @@ CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_INET_DIAG is not set # CONFIG_IPV6_SIT is not set +CONFIG_MPTCP=y CONFIG_PCI=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y