summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorSarah Chin <sarahchin@google.com>2022-05-10 10:51:04 -0700
committerSarah Chin <sarahchin@google.com>2022-05-11 01:44:18 +0000
commitbb2e5a0486e362838ee556fbaa801185b290d3a4 (patch)
treec058807c7c534c102c8b56ca6c5791186666aa7f /overlay
parentb5d322b061c2b8d19ddfe187a28235fbab40da9e (diff)
downloadgs201-bb2e5a0486e362838ee556fbaa801185b290d3a4.tar.gz
Remove config_tcp_buffers
Moved to default values Test: build Bug: 222323543 Change-Id: I8993d1e587f1d0241e54e2ddc34ca551e89d8546
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 2613688..7e7e0ae 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -280,19 +280,4 @@
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">true</bool>
-
- <!-- 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>