diff options
author | Naveen Kalla <nkalla@codeaurora.org> | 2012-07-26 00:26:13 -0700 |
---|---|---|
committer | Naveen Kalla <nkalla@codeaurora.org> | 2012-07-26 00:26:13 -0700 |
commit | e8b76a36bacd11ab54332ba5a25d8593d9c3f57f (patch) | |
tree | b78229fb103d81753934175ee6d38c73b3221640 /rootdir | |
parent | f694ba5f7fa81f250045c107e919888661a734ae (diff) | |
download | system_core-e8b76a36bacd11ab54332ba5a25d8593d9c3f57f.zip system_core-e8b76a36bacd11ab54332ba5a25d8593d9c3f57f.tar.gz system_core-e8b76a36bacd11ab54332ba5a25d8593d9c3f57f.tar.bz2 |
Define TCP buffer sizes for HSPAP, HSDPA, HSUPA and EVDO
Change-Id: I0fbd76aca69059917d363b2dcbfc843bbf4386f8
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 63e0ee9..334bff0 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -303,8 +303,12 @@ on boot setprop net.tcp.buffersize.lte 524288,1048576,2097152,262144,524288,1048576 setprop net.tcp.buffersize.umts 4094,87380,110208,4096,16384,110208 setprop net.tcp.buffersize.hspa 4094,87380,262144,4096,16384,262144 + setprop net.tcp.buffersize.hsupa 4094,87380,262144,4096,16384,262144 + setprop net.tcp.buffersize.hsdpa 4094,87380,262144,4096,16384,262144 + setprop net.tcp.buffersize.hspap 4094,87380,1220608,4096,16384,1220608 setprop net.tcp.buffersize.edge 4093,26280,35040,4096,16384,35040 setprop net.tcp.buffersize.gprs 4092,8760,11680,4096,8760,11680 + setprop net.tcp.buffersize.evdo 4094,87380,262144,4096,16384,262144 # Set this property so surfaceflinger is not started by system_init setprop system_init.startsurfaceflinger 0 |