packetvisor 1.0.1

Packetvisor is a Raw Packet I/O framework based on the Rust language. It can process packets much faster than Standard Sockets through the Linux Kernel's eXpress Data Path(XDP).
Documentation
1
2
3
4
5
6
7
#include <libxdp.h>
#include <prog_dispatcher.h>
#include <xdp_sample_shared.h>
#include <xdp_stats_kern_user.h>
#include <xdp_helpers.h>
#include <xsk.h>
#include <linux/if_link.h>