Merge "Add default value for TCP buffers" into tm-dev am: 54319ed22a am: ef776a8a88
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18284243 Change-Id: I73a7a6c92f30382db81e8d4a6a6f7621ef3900d4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
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.
|
If this is configured as an empty string, the system default will be applied.
|
||||||
-->
|
-->
|
||||||
<string name="config_tcp_buffers" translatable="false"></string>
|
<string name="config_tcp_buffers" translatable="false">2097152,6291456,16777216,512000,2097152,8388608</string>
|
||||||
<java-symbol type="string" name="config_tcp_buffers" />
|
<java-symbol type="string" name="config_tcp_buffers" />
|
||||||
|
|
||||||
<!-- What source to use to estimate link upstream and downstream bandwidth capacities.
|
<!-- What source to use to estimate link upstream and downstream bandwidth capacities.
|
||||||
|
|||||||
Reference in New Issue
Block a user