[Lldb-commits] [PATCH] D79757: Try IPv4 before IPv6 when creating TCP connection
Emre Kultursay via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 12 21:02:41 PDT 2020
emrekultursay added a comment.
In D79757#2031186 <https://reviews.llvm.org/D79757#2031186>, @labath wrote:
> ...
> Where do the addresses that we're connecting to come from (the user or lldb code)? If it's lldb code, maybe we could just replace the relevant "localhost" names with an explicit ipv4 loopback address?
This is great feedback, thank you! yes, it was just two places that had "localhost" hard-coded, and just by changing it to ipv4 loopback address, I achieved the same improvement. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79757/new/
https://reviews.llvm.org/D79757
More information about the lldb-commits
mailing list