https://llvm.org/bugs/show_bug.cgi?id=25086
lab...@google.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from lab...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev