Matt Kimball

Results 26 comments of Matt Kimball

I can reproduce this error on Debian 10. Using `strace` you can see that something is returning `errno = 110` in `mtr-packet`: `read(5, "33009 unexpected-error errno 110"..., 4095) = 33`...

I think this is a legitimate (though minor) bug. And, yes, it wouldn't trigger without the `sysctl` because the default for `tcp_syn_retries` is 7, if I recall correctly, which would...

I did test with the `0.92` release, not latest master, though.

`mtr` doesn't clear the screen upon exit when running within a `screen` session. This is how I run it most of the time, so this behavior doesn't bother me. Perhaps...

Only ICMP works on Windows, due to limitations of the Windows API.

The issue seems to be that allocscope is slowing down the traced process so much that it is not very usable. I do get a window after several minutes, and...