Murray Henderson

Results 3 issues of Murray Henderson

When attempting to compile examples with Kernel v5.13, I was getting the following error ``` Compiling example-probes v0.1.0 (/Work/fly-io-coding-challenge/36800/redbpf/examples/example-probes) warning: due to multiple output types requested, the explicitly specified output...

`bpftool` reports a cryptic "No space left on device" error when attempting to dump a `SockMap` ![image](https://user-images.githubusercontent.com/405366/142597221-5cdac224-9ec1-4897-8965-15fa56da74c9.png) This is because the `value_size` is `4B` -- it needs to be `8B`...

If you haven't noticed already, there is a programming challenge going on and it looks like a few of us decided to tackle it with redbpf. Amazing technology, thank-you. You...