Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # increase rmem values
- # https://forum.openwrt.org/t/linksys-wrt1900acs-v2-openwrt-snapshot/157825/1
- # /etc/sysctl.d/12-rmem.conf
- net.core.rmem_max = 16777216
- net.core.wmem_max = 16777216
- net.core.rmem_default = 16777216
- net.core.wmem_default = 16777216
- net.ipv4.tcp_rmem = 4096 1048576 2097152
- net.ipv4.tcp_wmem = 4096 65536 16777216
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement