diff options
| author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | 2018-11-19 17:47:18 -0700 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2019-06-26 02:12:14 +0200 |
| commit | ff0d752ee1ef7bf3eeed3393475a5451c1e13a62 (patch) | |
| tree | c44dcc50e2111fbbccc1fda46a1ab60d437989f5 | |
| parent | 30b1264041fa33f4c9310eec4e41637bcc920a84 (diff) | |
shamu: init.qcom.rc: Increase the maximum size for socket receive buffer
Increasing the tcp_rmem is not sufficient to achieve higher rates
for TCP downlink as all sockets in the system are still bounded
by the core socket rmem_max.
CRs-Fixed: 2351198
Change-Id: I198457745a9e48f0098457e86e7d9523c6249cbd
| -rw-r--r-- | rootdir/etc/init.shamu.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.shamu.rc b/rootdir/etc/init.shamu.rc index 70cd44ca..4561802d 100644 --- a/rootdir/etc/init.shamu.rc +++ b/rootdir/etc/init.shamu.rc @@ -280,7 +280,7 @@ on boot # Assign TCP buffer thresholds to be ceiling value of technology maximums # Increased technology maximums should be reflected here. - write /proc/sys/net/core/rmem_max 8388608 + write /proc/sys/net/core/rmem_max 16777216 write /proc/sys/net/core/wmem_max 8388608 # To prevent out of order acknowledgements from making |
