- Three-crate workspace: tcptop (userspace), tcptop-common (shared), tcptop-ebpf (kernel) - Shared types with #[repr(C)] union layout: TcptopEvent, DataEvent, StateEvent - IPv6-ready [u8; 16] address fields with af_family discriminant - aya-build integration in build.rs for eBPF compilation - RingBuf map declaration in eBPF skeleton - Pinned nightly toolchain with bpfel-unknown-none target - Platform-conditional deps (aya, procfs Linux-only)
3 lines
112 B
TOML
3 lines
112 B
TOML
# Build configuration for tcptop workspace
|
|
# eBPF target compilation is handled by aya-build in tcptop/build.rs
|