[llvm-bugs] [Bug 25086] lldb should use unix socket for communication with server on linux

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 7 04:05:40 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25086

Zeljko Vrba <vrba at mixedrealities.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #4 from Zeljko Vrba <vrba at mixedrealities.no> ---
Using iptables is a non-option because dropping packets will return EPERM error
to the application; see for example
http://www.spinics.net/lists/netfilter/msg42589.html

Besides, tc-netem can simulate also burst losses, not just random uncorrelated
drops.

Is there any reason at all for not switching to unix domain sockets?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151007/833bf6da/attachment.html>


More information about the llvm-bugs mailing list