Skip to content

Commit

Permalink
X00TD: Add wifi tcp buffer overlay
Browse files Browse the repository at this point in the history
Change-Id: Icd484970f27db707ace2c187dda415ca294a0cfc
  • Loading branch information
Vivekachooz committed Aug 9, 2020
1 parent 7d053b0 commit 20b4ae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,8 @@

<!-- Default value for led color when battery is fully charged -->
<integer name="config_notificationsBatteryFullARGB">0xFF00FF00</integer>

<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers">524288,1048576,2097152,262144,524288,1048576</string>
</resources>

0 comments on commit 20b4ae8

Please sign in to comment.