[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 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 the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151007/6e0a7b84/attachment-0001.html>
More information about the lldb-dev
mailing list