sdm660-common: init.qcom.rc: Increase the maximum size for socket receive buffer
Increasing the tcp_rmem is not sufficient to achieve higher rates for TCP downlink as all sockets in the system are still bounded by the core socket rmem_max. CRs-Fixed: 2351198 Change-Id: I198457745a9e48f0098457e86e7d9523c6249cbd
This commit is contained in:
parent
db324ad04d
commit
a769af3efb
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ on boot
|
|||
|
||||
# Assign TCP buffer thresholds to be ceiling value of technology maximums
|
||||
# Increased technology maximums should be reflected here.
|
||||
write /proc/sys/net/core/rmem_max 8388608
|
||||
write /proc/sys/net/core/rmem_max 16777216
|
||||
write /proc/sys/net/core/wmem_max 8388608
|
||||
|
||||
# To prevent out of order acknowledgements from making
|
||||
|
|
Loading…
Reference in a new issue