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

via lldb-dev lldb-dev 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 the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151007/4ccf484b/attachment.html>


More information about the lldb-dev mailing list