From e4bc88b2fc5e7f378ca64f65fd02f8f8f78c4ffd Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 11 Mar 2024 22:16:02 -0400 Subject: [PATCH] Update customize-image.sh --- userpatches/customize-image.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userpatches/customize-image.sh b/userpatches/customize-image.sh index e0116ac..4059854 100644 --- a/userpatches/customize-image.sh +++ b/userpatches/customize-image.sh @@ -61,12 +61,12 @@ fxBloxCustomScript() ln -s /lib/firmware/rtl8852bu_fw /lib/firmware/rtl_bt/rtl8852bu_fw.bin # Increase UDP buffer size - sysctl -w net.core.rmem_default=2097152 - sysctl -w net.core.rmem_max=2097152 + sysctl -w net.core.rmem_default=2500000 + sysctl -w net.core.rmem_max=2500000 # Optionally, you might want to increase the send buffer size as well - sysctl -w net.core.wmem_default=2097152 - sysctl -w net.core.wmem_max=2097152 + sysctl -w net.core.wmem_default=2500000 + sysctl -w net.core.wmem_max=2500000 fxBloxCustomScriptService;