Skip to content

Commit

Permalink
Update customize-image.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Mar 12, 2024
1 parent 1374a3a commit e4bc88b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions userpatches/customize-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e4bc88b

Please sign in to comment.