diff options
author | Vince Harron <vince@nethacker.com> | 2015-03-31 00:27:10 +0000 |
---|---|---|
committer | Vince Harron <vince@nethacker.com> | 2015-03-31 00:27:10 +0000 |
commit | 33aea9001ac4238b08ffa4e0d685a38b258b3641 (patch) | |
tree | 1bd42cd0d3c161508b22074f91932bd1b1cafd48 /llvm/lib/IR/DebugInfo.cpp | |
parent | f1e6999cec72eaaa37b479f2a03f6c228b8df700 (diff) | |
download | bcm5719-llvm-33aea9001ac4238b08ffa4e0d685a38b258b3641.tar.gz bcm5719-llvm-33aea9001ac4238b08ffa4e0d685a38b258b3641.zip |
Increate backlog of lldb-platform's listener socket
lldb-platform's listener socket only had a backlog of one connection.
That means that if more than one client connected simultaneously, the
connection would be refused. The test suite can be run remotely with
dozens of threads connecting simultaneously. Raised this limit to 100
to effectively eliminate lost connections.
Test Plan:
run tests against a remote target
Differential Revision: http://reviews.llvm.org/D8696
llvm-svn: 233652
Diffstat (limited to 'llvm/lib/IR/DebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions