NetUI is a Rust-based tui designed to monitor network interfaces. It allows you to send ARP messages via the network interface and listen for packets to show bandwidth stats.
//! TCP connection state tracking.
//!//! This module provides TCP state machine logic for tracking connection
//! states (SYN_SENT, ESTABLISHED, FIN_WAIT, etc.) based on TCP flags.
modstate;modtracker;pubusestate::TcpState;pubusetracker::TcpStateTracker;