This revision was automatically updated to reflect the committed changes.
Closed by commit rL272041: Don't use SO_REUSEADDR for *client* sockets
(authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D21088?vs=59916&id=59922#toc
Repository:
rL LLVM
http://reviews.llvm.org/D2
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
I am fine with this as long as all test suites on all systems pass.
http://reviews.llvm.org/D21088
___
lldb-commits mailing list
lldb-commits
labath created this revision.
labath added a reviewer: clayborg.
labath added a subscriber: lldb-commits.
Herald added subscribers: danalbert, tberghammer.
In the case of client sockets, we are not binding to a specific port, so we
should be able to just request a new one. Disregarding refactors,