wasm-bpf/examples/sockfilter/README.md

402 B

Demo BPF applications

Socket filter

sockfilter is an example of monitoring packet and dealing with __sk_buff structure.

see libbpf-bootstrap for more details.

We can provide a similar developing experience as the libbpf-bootstrap development. Just run make to build the wasm binary:

make