microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
371 stars 41 forks source link

XDP must define its eBPF structs and helpers itself #613

Open mtfriesen opened 3 months ago

mtfriesen commented 3 months ago

Define eBPF structs and headers in XDP headers and export with nuget package.

Depends on https://github.com/microsoft/ebpf-for-windows/issues/3736 being fixed first.

mtfriesen commented 1 month ago

Partially resolved in #390