mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Update TCP WIFI buffer size setting
Use the overlay. Change-Id: I0ae55ac1115a503495d85c459c5decffdb207807
This commit is contained in:
parent
ce01013f76
commit
2ce7b8ff3a
2 changed files with 4 additions and 3 deletions
|
@ -119,9 +119,6 @@ on boot
|
|||
write /proc/sys/net/core/rmem_max 2097152
|
||||
write /proc/sys/net/core/wmem_max 2097152
|
||||
|
||||
# Tune buffersize for higher Miracast throughput
|
||||
setprop net.tcp.buffersize.wifi 524288,1048576,2560000,524288,1048576,2560000
|
||||
|
||||
# msm specific files that need to be created on /data
|
||||
on post-fs-data
|
||||
chown system system /dev/wcnss_wlan
|
||||
|
|
|
@ -310,4 +310,8 @@
|
|||
|
||||
<!-- Flag indicating if device supports EAP SIM, AKA, AKA' -->
|
||||
<bool name="config_eap_sim_based_auth_supported">false</bool>
|
||||
|
||||
<!-- Configure wifi tcp buffersizes in the form:
|
||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
||||
<string name="config_wifi_tcp_buffers">524288,1048576,2560000,524288,1048576,2560000</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue