commit | 4f863f80d02a8da196597d90be94c0e9f4b67c5a | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Apr 18 11:09:28 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Apr 18 15:46:25 2016 -0700 |
tree | c0ca633d02beebe79540ba7a8be36df5db4d01bf | |
parent | 3a14e760fce0b85ce0859f49ab19c7a5d5318126 [diff] |
adb: increase the FD table size on Win32. 128 maximum FDs is a pretty low limit, which can easily be exhausted by port forwarding. Bump the maximum up to 2048, and add a test that checks whether we can actually use a few hundred sockets. Bug: https://code.google.com/p/android/issues/detail?id=12141 Bug: http://b/28246942 Change-Id: Ia4a2ff776e8e58ec13378756f19d80392679ece9 (cherry picked from commit b31e17107cfe5fe34e952657b846b1f93f568e88)