Increase TCP wmem max size
Increase TCP wmem max size to allow high Tx throughput over wifi. Bug: 213596972 Test: manual test to confirm TCP memory size is increased and wifi TCP throughput with default TCP window size can reach 700Mbps in HE80 mode. Change-Id: Id1f6ea94da83825ca39093aba5c85bec5bee4a72
This commit is contained in:
parent
d185483165
commit
fda5286dd1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ on init
|
|||
write /proc/sys/net/core/optmem_max 20480
|
||||
write /proc/sys/net/core/netdev_max_backlog 10000
|
||||
write /proc/sys/net/ipv4/tcp_rmem "2097152 4194304 8388608"
|
||||
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 1048576"
|
||||
write /proc/sys/net/ipv4/tcp_wmem "262144 524288 8388608"
|
||||
write /proc/sys/net/ipv4/tcp_mem "44259 59012 88518"
|
||||
write /proc/sys/net/ipv4/udp_mem "88518 118025 177036"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue