sdm660-common: overlay: Telephony: Increase the TCP buffer size to 6MB

- Change TCP buffer params on overlays for LTE_CA.

Change-Id: I3934fb331332b995983bff1a723f139ff0bfada4
CRs-Fixed: 2129251
This commit is contained in:
Avinash Nalluri 2017-10-24 12:04:11 -07:00 committed by Max Weffers
parent ad64189ad6
commit 58b9bc025d
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -425,7 +425,7 @@
-->
<string-array name="config_mobile_tcp_buffers">
<item>"lte:2097152,4194304,8388608,262144,524288,1048576"</item>
<item>"lte_ca:2097152,4194304,8388608,4096,1048576,2097152"</item>
<item>"lte_ca:4096,6291456,12582912,4096,1048576,2097152"</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>