[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 03:51:50 PDT 2015


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

labath at google.com changed:

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

--- Comment #3 from labath at google.com ---
I don't believe this is a use case we want to support. I would suggest solving
this problem externally, e.g. by limiting the simulated packet loss to your
application. I seem to recall being able to simulate packet loss using
iptables. I would recommend trying something like

iptables -A INPUT -p udp -m statistic --mode random --probability 0.15 -j DROP

-- 
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/0431ca05/attachment.html>


More information about the llvm-bugs mailing list