summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 23:01:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 23:01:28 +0000
commitb0cc1d1da20fa05f20201b68cd40e6139a44929f (patch)
tree515f69a514fb130a78ef96568b3a703202dcd030
parente9f2c265fa0213efb3ec40234bb96137a769a277 (diff)
parentd78f6887450866204e24bc0d814854d4ef833a09 (diff)
downloadsunfish-b0cc1d1da20fa05f20201b68cd40e6139a44929f.tar.gz
Snap for 8573187 from d78f6887450866204e24bc0d814854d4ef833a09 to tm-d1-release
Change-Id: I65d4ffc22b5fc902684bb8238acbf3fc18ea24ad
-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>