1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Disable shortcut fe by default

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-04-15 20:24:52 +02:00
parent a55adcd82b
commit ff44ceeeba
2 changed files with 14 additions and 1 deletions

View file

@ -23,7 +23,7 @@ index 8da833dd1712..07e5314b628c 100644
__u32 mptcp_rem_token;
-#define MPTCP_PM_SIZE 608
+#define MPTCP_PM_SIZE 720
+#define MPTCP_PM_SIZE 780
u8 mptcp_pm[MPTCP_PM_SIZE] __aligned(8);
const struct mptcp_pm_ops *pm_ops;