summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Chin <sarahchin@google.com>2022-05-11 01:44:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-05-11 01:44:22 +0000
commit4524eb5a5c41a96cc7f651bb332aa230bccf6576 (patch)
tree515f69a514fb130a78ef96568b3a703202dcd030
parent43ba5053781378944b2dd1f4b82a158282f3320e (diff)
parentd650741622d4162ac1f0e11af08b804e07f56b99 (diff)
downloadsunfish-4524eb5a5c41a96cc7f651bb332aa230bccf6576.tar.gz
Merge "Remove config_tcp_buffers" into tm-dev
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index ef8aad38..77b4e72a 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -394,18 +394,4 @@
<string-array name="config_biometric_sensors" translatable="false">
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
</string-array>
- <!-- Configure tcp buffer sizes in the form:
- rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
- If this is configured as an empty string, the system default will be applied.
-
- For now this config is used by mobile data only. In the future it should be
- used by Wi-Fi as well.
-
- Note that starting from Android 13, the TCP buffer size is fixed after boot up, and should
- never be changed based on carriers or the network types. The value should be configured
- appropriately based on the device's memory and performance. It is recommended to use lower
- values if the device has low memory or doesn't support high-speed network such like LTE,
- NR, or Wifi.
- -->
- <string name="config_tcp_buffers" translatable="false">2097152,6291456,16777216,512000,2097152,8388608</string>
</resources>