commit | 3ae6928d8d3bfb909b72b80e8aaf043325959c4b | [log] [tgz] |
---|---|---|
author | David Turner <digit@android.com> | Tue Aug 16 00:55:43 2011 +0200 |
committer | David Turner <digit@android.com> | Tue Aug 16 00:55:43 2011 +0200 |
tree | 0979613fad063e205cb734f665d4f69be4b705de | |
parent | 36371ff3eb65acbac977f349514a49fc3ade4290 [diff] |
emulator opengles: improve TcpStream throughput This patch improves the performance of the TcpStream implementation on the host by disabling the Nagle algorithm, thus improving the bandwidth of small packets. When used with the corresponding change in the emulator, this significantly improves the speed of OpenGLES emulation for many applications. Change-Id: Ic09e51ecddf04bc7d667f46e1d260030d5fcad88