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 17:15:52 +0000 (18:15 +0100)
commit8d5ec8d7dbb9dbb53ae5806d6c0350355c2d5e39
tree9ab1c28dbc6ba5382bba2608d09db6df49793919
parentf7d8a1648bb18402ddb914801e9bcccf45e89345
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
(cherry picked from commit a8280a5d349a65d1323cffd540485498f276fd1e)

Change-Id: I28924df45abb687bcca6f4b731ed8b6f741e96da
core/java/android/net/LocalSocketImpl.java