OSDN Git Service

Fix receive timeout on LocalSocket
authorNeil Fuller <nfuller@google.com>
Wed, 31 Aug 2016 10:32:17 +0000 (11:32 +0100)
committerNeil Fuller <nfuller@google.com>
Wed, 31 Aug 2016 10:32:17 +0000 (11:32 +0100)
commita8280a5d349a65d1323cffd540485498f276fd1e
treebbaf6dad3a1912fbd48bb06d8f97dc2db65c2007
parentcff3f7001c80b2ce54053f0e933a3d3cf5bd225e
Fix receive timeout on LocalSocket

The receive timeout stopped being set incorrect due to commit
c80af6d8. There is an associated CTS regression test in cts/.

Test: Ran CTS test android.net.cts.LocalSocketTest
Bug: 31205169
Change-Id: I99808478946f8eae502c49d2cb83465648b9c904
core/java/android/net/LocalSocketImpl.java