commit | 01c19a7d05981f91ad163f8b1cf0fc783ab44be5 | [log] [tgz] |
---|---|---|
author | Miguel <miguelaranda@google.com> | Thu Feb 10 17:17:16 2022 +0000 |
committer | Miguel Aranda <miguelaranda@google.com> | Fri Feb 11 10:05:16 2022 +0000 |
tree | bbc92a91365e1fd7542928e83cb078b6d6748c6a | |
parent | 70e4d2cbe0cc63c6d6454477b27bc8f7e7d3d605 [diff] |
Re-activate and fix SocketOptions test for SO_RCVBUF. It turns out that the initial setting for the SO_RVBUF size in Cuttlefish is bigger than that which can be set through setOption(0 calls (which rely on native code). So I've modified this test to first minimize the size of the buffers and then maximize it. Test: atest CtsLibcoreOjTestCases:test.java.net.SocketOptions.MinimumRcvBufferSize Bug: 218814458 Change-Id: I99e8b9a9ba2cda8ef65e5e5825d00e724799e020