commit | 910511e5dcd84e0f8bea5e3cb4da2965e19e39cd | [log] [tgz] |
---|---|---|
author | Kansho Nishida <kansho@google.com> | Thu Jul 04 15:18:48 2019 +0900 |
committer | Kansho Nishida <kansho@google.com> | Thu Jul 04 15:27:51 2019 +0900 |
tree | b8d915919204afd7a974f8eb90540b701f3ce441 | |
parent | 323343aa0ed4bb57df078af366efea3bc62165da [diff] |
dumpstate: set backlog to zero Set backlog to 0 to make sure that queue size will be minimum. In Linux, because the minimum queue will be 1, connect() will be blocked if the other clients already called connect() and the connection request was not accepted. Bug: 123306389 Bug: 135575100 Test: execute bugreport in parallel Change-Id: Iee94de88deb82746818b729387ed9cd39e9b2f99 Signed-off-by: Kansho Nishida <kansho@google.com>