push-packet 0.1.0

Packet-inspection and routing library for Linux, built on eBPF XDP and AF_XDP with aya.
Documentation
1
2
3
4
5
6
7
8
9
//! Defines channels for copying and routing packets to userspace with `BPF_RING_BUG` and `AF_XDP`

pub mod copy;

mod error;
pub mod route;

mod poll;
pub use error::ChannelError;