- 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)
112 B
112 B