sdm660-common: overlay: Add caf tcpbuffer parameters into overlay.
- Add the various RAT values in config_mobile_tcp_buffer array. - These values are from init.qcom.rc. Change-Id: Ie675c410915029d9ef1a2ef7ebad396201771c27
This commit is contained in:
parent
5fa2fdf0e8
commit
bf6a004f08
1 changed files with 9 additions and 10 deletions
|
@ -391,16 +391,15 @@
|
|||
If no value is found for the rat-name in use, the system default will be applied.
|
||||
-->
|
||||
<string-array name="config_mobile_tcp_buffers">
|
||||
<item>umts:131072,262144,1452032,4096,16384,399360</item>
|
||||
<item>hspa:131072,262144,2441216,4096,16384,399360</item>
|
||||
<item>hsupa:131072,262144,2441216,4096,16384,399360</item>
|
||||
<item>hsdpa:131072,262144,2441216,4096,16384,399360</item>
|
||||
<item>hspap:131072,262144,2441216,4096,16384,399360</item>
|
||||
<item>edge:16384,32768,131072,4096,16384,65536</item>
|
||||
<item>gprs:4096,8192,24576,4096,8192,24576</item>
|
||||
<item>1xrtt:16384,32768,131070,4096,16384,102400</item>
|
||||
<item>evdo:131072,262144,1048576,4096,16384,524288</item>
|
||||
<item>lte:524288,1048576,8388608,262144,524288,4194304</item>
|
||||
<item>"lte:2097152,4194304,8388608,262144,524288,1048576"</item>
|
||||
<item>"umts:4094,87380,1220608,4096,16384,1220608"</item>
|
||||
<item>"hspa:4094,87380,1220608,4096,16384,1220608"</item>
|
||||
<item>"hsupa:4094,87380,1220608,4096,16384,1220608"</item>
|
||||
<item>"hsdpa:4094,87380,1220608,4096,16384,1220608"</item>
|
||||
<item>"hspap:4094,87380,1220608,4096,16384,1220608"</item>
|
||||
<item>"edge:4093,26280,35040,4096,16384,35040"</item>
|
||||
<item>"gprs:4092,8760,11680,4096,8760,11680"</item>
|
||||
<item>"evdo:4094,87380,524288,4096,16384,262144"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Configure wifi tcp buffersizes in the form:
|
||||
|
|
Loading…
Reference in a new issue