brevilo

Results 125 comments of brevilo

1. The test doesn't use a real `ping` (ICMP), it uses an HTTP/GET if I'm not mistaken. So a DNS ping would require a code change, part from just the...

How's that related to what I wrote? I doubt that the Travis environment has multiple OpenSSL installations, or has it?

They might work in a totally isolated environment, yes. Yet they should work regardless of the environment, at least regarding the dependencies they provides itself, like OpenSSL. That's what this...

Ok, so I stripped back my environment and `buildcurl.sh` works as expected. Fun fact, the library/header comparison now fails entirely: ``` checking for OpenSSL headers version... unknown checking for OpenSSL...

> While including the patch level of libc is not massively bad it's not good either. I think the point here is: the patch level is just part of how...

@anirudhb did you try setting [`stopAtConnect`](https://github.com/WebFreak001/code-debug#using-gdbserver-for-remote-debugging-gdb-only) to `true`?

Just wanted to say that this is really great and *highly anticipated* work 🚀 What can be done to see this merged and released? Keep it up!

Great to see this being taken up again! It will be an important and highly anticipated addition to Aya's feature set! For reference: [here](https://nakryiko.com/posts/bpf-ringbuf) is the upstream author's take on...

Being completely selfish here 😇 I'd argue for option 3 and merge the change for `PerCpuArray` only. The implementation for `Array` can follow suit as soon as the discussion on...

Related: https://github.com/aya-rs/aya/pull/402